AutoRefresh+
Powerful timed refresh tool
Cos'è AutoRefresh+?
AutoRefresh+ è un'estensione di Chrome sviluppata da MichaelKeys, e la sua funzione principale è "Powerful timed refresh tool".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione AutoRefresh+
Scarica i file di estensione AutoRefresh+ 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
AutoRefresh+ is an open-source Chrome extension that allows users to refresh a websites at a given time interval.
The user has to simply enter the hostname of the website that they would like the refresh, and the number of minutes between each refresh, and AutoRefresh+ will do the rest! Informazioni di Base sull'Estensione
| Nome | |
| ID | jdcmniiepfjinccadkbjliiopialnnmi |
| URL Ufficiale | https://chromewebstore.google.com/detail/autorefresh+/jdcmniiepfjinccadkbjliiopialnnmi |
| Descrizione | Powerful timed refresh tool |
| Dimensione del File | 65.98 KB |
| Conteggio Installazioni | 659 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2018-11-04 |
| Data di Pubblicazione | 2018-11-04 |
| Sviluppatore | MichaelKeys |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://bitbucket.org/MichaelKeys/autorefresh/ |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "AutoRefresh+",
"version": "1.0",
"description": "Powerful timed refresh tool",
"permissions": [
"activeTab",
"alarms",
"declarativeContent",
"storage",
"tabs"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"page_action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
}
},
"icons": {
"16": "images\/AutoRefresh+16.png",
"32": "images\/AutoRefresh+32.png",
"48": "images\/AutoRefresh+48.png",
"128": "images\/AutoRefresh+128.png"
},
"options_page": "options.html",
"manifest_version": 2
} | |