URL Rotator
This extension automatically switches between a list of URLs at a specified time interval
Co je URL Rotator?
URL Rotator je rozšíření Chrome vyvinuté urielfed, a jeho hlavní funkcí je „This extension automatically switches between a list of URLs at a specified time interval“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření URL Rotator
Stáhněte si soubory rozšíření URL Rotator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
URL Rotator 🔁 This extension automatically switches between a list of URLs at a specified time interval ✅ Ideal for scrum masters to show dashboards on the monitor ✅ Saves time to change manually the URL in the tab ✅ Engages the monitors in open spaces Source Code: https://github.com/UrielZohar/URL-Rotator Youtube: https://www.youtube.com/watch?v=kFuQrcevbJo Version 1.03 - * Custom list Version 1.02 - * List of URL's by subject
Základní Informace o Rozšíření
Název | URL Rotator |
ID | fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
Oficiální URL | https://chromewebstore.google.com/detail/url-rotator/fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
Popis | This extension automatically switches between a list of URLs at a specified time interval |
Velikost souboru | 32.41 KB |
Počet instalací | 415 |
Aktuální Verze | 1.03 |
Poslední Aktualizace | 2023-11-26 |
Datum Vydání | 2023-01-25 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | urielfed |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "URL Rotator", "description": "This extension automatically switches between a list of URLs at a specified time interval", "version": "1.03", "permissions": [ "storage", "tabs" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "URL Rotator" }, "icons": { "16": "icons\/disabled_icon_16.png", "32": "icons\/enabled_icon_32.png", "48": "icons\/enabled_icon_48.png", "128": "icons\/enabled_icon_128.png" } } |