oemoooflhgagfkiloiojojgemfimfmll
Search inside the Dynamicweb 10 Admin panel settings and navigate to them. ⚠️Truvio Commerce is implementing a native feature to search the settings area, meaning that this plugin will become redundant soon-ish. ⚠️This also means that I will not be posting updates and will delist the plugin as soon as the native implementation reaches R4. Search within the DynamicWeb 10 Admin panel settings and navigate directly to the selected item. Features: ❶ Search within the Dynamicweb 10 Settings area - click a result to navigate to it and highlight the selected item ❷ Keyboard navigation - use Down Arrow / Up Arrow to browse results and press Enter to open the highlighted item ❸ Recents - keeps track of your last 5 searches ❹ Favorites - click the star icon on a result to add or remove it from Favorites ♦ Rearrange Favorites using drag and drop ♦ Open your first 5 Favorites using keyboard shortcuts Alt+1, Alt+2, Alt+3, Alt+4, Alt+5 ❺ Hold the Alt key to display shortcuts for main menu items, then press the key to navigate ❻ Quick access to current DW version, Swift v1, Swift v2, and Cloud hosting tools ❼ Environment badge - shows whether you are on production, staging, demo, development, or local (based on the URL, so it may not always be accurate) ❽ Open the extension using the default global shortcut Ctrl+Shift+F Developer notes: ♦ I aim to keep this tool up to date with the current R1 version, but it may occasionally lag behind. ♦ The search result data is collected by a Selenium-based bot, so there may be inaccuracies. ♦ Please report missing settings, menus, or other issues using the Chrome Web Store reporting tool on the extension page. ♥ If you find this extension useful, please consider leaving a rating so it appears higher in search results. ⚠️This extension is an independent tool and is not officially supported by Truvio.⚠️
URL Logger
Logs the current URL and allows for later review. Logging is done only if requested by the user. This extension logs the current URL and allows for later review. Logging is done only if requested by the user. Following options are available 1. Log only the current tab. 2. Log all the open tabs. 3. View the logged URLs on a new Extension Tab. 4. Clear the logged entries. 5. Download the text file containing all the logged URLs. V1.3 Updates: Display of the URLs is available on a new Extension tab. The page title is also saved and displayed. The url is made clickable.
Django Admin Favourites
Tired of scrolling through your django admin to find links that you use regularly? Django Admin Favourites adds a list of your… Tired of scrolling through your django admin to find links that you use regularly? Django Admin Favourites adds a list of your favourite links to the top of the admin page.
AI Tools Directory
AI tools directory includes AI tools, including AI chat, AI writing tools, AI image, AI video, AI coding and other AI tools. AI tools directory includes various AI tools, including AI chat, AI writing tools, AI image generation, AI painting design, AI video production, AI audio transcription, AI assisted programming and other AI selected tools
Page Manipulator
Inject HTML, CSS or JavaScript into any web-page. The changes you make are applied every time you visit the specified website(s). - Automatically inject custom HTML, CSS, and/or JavaScript into the pages you specify. - Run custom CSS before the page is fully loaded so you won't see the original page first. - Inject JavaScript on the go. - Add/Remove/Change the HTML and CSS on the go. - Right click on any element on a page to get the full CSS path. - Automatically saves the changes you make. - Files that contain less than 8000 characters are synced across your Google account. - Files that contain 8000 or more characters are stored locally. - Cheat simple games like the T. rex game. - Make your own dark-theme for any website. - Test a website you're working on. - Whatever you can imagine, be creative ;) - Simple, First open the extension. - Choose 'JavaScript', 'CSS' or 'HTML'. - Create a new file by pressing 'new'. - Write your own code or get some from the examples here: https://github.com/Ruud14/Page-Manipulator/tree/master/examples - Press the 'manipulate' button to test your code. - To make sure your code is run every time you visit a specific page do the following: - Put the URLs of the websites in the 'active websites' input. - Check the 'active' checkbox. - Button functionalities: - The 'Reload' Button: - Will Reload the current page. - The 'Active' checkbox: - on > The code will be run automatically on the pages specified in the 'Active websites' textarea. - off > The code will only run when you press the 'Manipulate' button. - The 'Active Websites' textarea: - You can specify the websites you want your code to run on here. - The 'Matching Pages' dropdown: - 'Exact' > The code will only run when the URL of the page is exactly the same as one of the URLs in the 'Active Websites' textarea. (Including slashes at the end!) - 'Recursive' > The code will also run on all sub-pages of the specified URLs in the 'Active Websites'. - The 'Position on page' dropdown (only with HTML): - 'Top' > The HTML will be added to the top of the page. - 'Bottom' > The HTML will be added to the bottom of the page. - 'Replace' > The HTML will replace the entire body HTML of the page. - The 'Manipulate' or 'Update Manip.' button: - Injects the code into the page or updates the injection. - **This button also works when the 'Active' checkbox is unchecked.** - The 'Remove Manip.' Button: - Removes the manipulation from the page. - If the "Auto ⟳" checkbox is checked, the page will automatically reload after pressing the 'Remove Manip.' button. The 'active' checkbox will also be unchecked. - The 'Delete' button: - Deletes the current file from the storage. - You can right-click any element on a page to get the CSS path of that element. - If the extension button in the top right corner is greyed-out, you can't use it on that page. - Make sure the 'active' checkbox is checked. And the 'active websites' input contains the correct URLs. - For JavaScript: - Make sure your code is run at the right moment. Maybe try adding a delay. - Check the browser console for error messages. - For CSS: - Make sure you are manipulating the right element by using "inspect element". - Try using '!important'. - For HTML: - Make sure you haven't accidentally set the 'position' dropdown to the wrong position. - Removing and updating JavaScript manipulations might not work the way you expect it to. Removing your JavaScript manipulation from a page only removes the element, so dynamic changes made to the page will stay there even when you remove the manipulation. To completely remove everything the manipulation did, you must reload the page. This extension works on most sites, but there are some exceptions! If you'd like to see any specific improvements or found any bugs, let me know here: https://github.com/Ruud14/Page-Manipulator/issues The editor I used since release v0.2.0-alpha is Ace editor. Check it out here: https://ace.c9.io/