Schedule URLs.
Schedule URLs to be loaded at particular time.
Cos'è Schedule URLs.?
Schedule URLs. è un'estensione di Chrome sviluppata da ninjasoft, e la sua funzione principale è "Schedule URLs to be loaded at particular time.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Schedule URLs.
Scarica i file di estensione Schedule URLs. 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
Schedule URLs to be loaded at particular time. This extension allows you to schedule URLs. -Schedule a URL to load at a particular time. -Schedule URLs to load between a time interval. -Cycle between URLs ever n seconds.
Informazioni di Base sull'Estensione
Nome | |
ID | ckncmlnmaojinlkgmbbneempofkkogom |
URL Ufficiale | https://chrome.google.com/webstore/detail/schedule-urls/ckncmlnmaojinlkgmbbneempofkkogom |
Descrizione | Schedule URLs to be loaded at particular time. |
Dimensione del File | 33.32 KB |
Conteggio Installazioni | 272 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-02-02 |
Data di Pubblicazione | 2014-02-02 |
Valutazione | 2.00/5 Totale 4 Valutazioni |
Sviluppatore | ninjasoft |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Schedule URLs.", "description": "Schedule URLs to be loaded at particular time.", "version": "1.0", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_title": "Schedule URLs.", "default_icon": "icon-disabled.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icon-disabled.png", "48": "icon.png", "128": "icon.png", "256": "icon.png" }, "manifest_version": 2 } |