Auto Refresh Lite
Auto refresh a list of web pages after any number of seconds.
Cos'è Auto Refresh Lite?
Auto Refresh Lite è un'estensione di Chrome sviluppata da pragmatechdev, e la sua funzione principale è "Auto refresh a list of web pages after any number of seconds.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Auto Refresh Lite
Scarica i file di estensione Auto Refresh Lite 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
Small and easy to use chrome extension that auto reloads a list of URLs according to your settings. Features: * Easy to use and setup * No unnecessary permissions required * Does not track you
Informazioni di Base sull'Estensione
Nome | Auto Refresh Lite |
ID | dblcelpijjljhjbkopojdhgoleciofip |
URL Ufficiale | https://chromewebstore.google.com/detail/auto-refresh-lite/dblcelpijjljhjbkopojdhgoleciofip |
Descrizione | Auto refresh a list of web pages after any number of seconds. |
Dimensione del File | 53.26 KB |
Conteggio Installazioni | 203 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2021-01-06 |
Data di Pubblicazione | 2014-06-21 |
Valutazione | 2.00/5 Totale 2 Valutazioni |
Sviluppatore | pragmatechdev |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Refresh Lite", "icons": { "16": "icons\/icon-16.png", "20": "icons\/icon-20.png", "24": "icons\/icon-24.png", "32": "icons\/icon-128.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png", "512": "icons\/icon-512.png" }, "version": "2.0", "author": "pragmatechdev", "description": "Auto refresh a list of web pages after any number of seconds.", "options_page": "options\/options.html", "permissions": [ "storage", "tabs" ], "browser_action": { "default_popup": "popup\/popup.html", "default_icon": { "20": "icons\/icon-20.png" } }, "background": { "scripts": [ "background.js" ], "persistent": true } } |