Load URLs At Interval
'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval
Cos'è Load URLs At Interval?
Load URLs At Interval è un'estensione di Chrome sviluppata da Gunjan Garge, e la sua funzione principale è "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Load URLs At Interval
Scarica i file di estensione Load URLs At Interval 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
Automatically load URLs from a list in same tab at a given interval. Steps: 1. Provide list of comma separated URLs in text box. 2. Provide interval in seconds. 3. Click on "START" URLs in the list will be loaded in the tab one by one after "interval" seconds. To stop, click on "STOP".
Informazioni di Base sull'Estensione
Nome | Load URLs At Interval |
ID | kjmjbefknmdpnikmlmcimdpnhlopbjac |
URL Ufficiale | https://chromewebstore.google.com/detail/load-urls-at-interval/kjmjbefknmdpnikmlmcimdpnhlopbjac |
Descrizione | 'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval |
Dimensione del File | 147 KB |
Conteggio Installazioni | 1,737 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2019-12-16 |
Data di Pubblicazione | 2019-12-16 |
Valutazione | 4.88/5 Totale 8 Valutazioni |
Sviluppatore | Gunjan Garge |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Load URLs At Interval" }, "description": "'Load URLs At Interval' is extension to load URLs from a list in same tab at a given interval", "icons": { "128": "icon.png", "16": "icon.png", "48": "icon.png" }, "manifest_version": 2, "name": "Load URLs At Interval", "version": "1.0.0" } |