URL Rotator
This extension automatically switches between a list of URLs at a specified time interval
Cos'è URL Rotator?
URL Rotator è un'estensione di Chrome sviluppata da urielfed, e la sua funzione principale è "This extension automatically switches between a list of URLs at a specified time interval".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione URL Rotator
Scarica i file di estensione URL Rotator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | URL Rotator |
ID | fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
URL Ufficiale | https://chromewebstore.google.com/detail/url-rotator/fhekmcmgghcdkdhhnllpdlkfjjbjmcnf |
Descrizione | This extension automatically switches between a list of URLs at a specified time interval |
Dimensione del File | 32.41 KB |
Conteggio Installazioni | 415 |
Versione Corrente | 1.03 |
Ultimo Aggiornamento | 2023-11-26 |
Data di Pubblicazione | 2023-01-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | urielfed |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |