Auto refresh actual webpage

Automatically reload webpage in actual tab. You can set refresh interval.

Cos'è Auto refresh actual webpage?

Auto refresh actual webpage è un'estensione di Chrome sviluppata da https://www.extensions-for-chrome.com, e la sua funzione principale è "Automatically reload webpage in actual tab. You can set refresh interval.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Auto refresh actual webpage

Scarica i file di estensione Auto refresh actual webpage 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 refresh can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds.

Extension automatically stop refresh when change tab or change website.                    

Informazioni di Base sull'Estensione

Nome Auto refresh actual webpage Auto refresh actual webpage
ID jmpaeglcabhpohgbfcehemlgophfjikk
URL Ufficiale https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk
Descrizione Automatically reload webpage in actual tab. You can set refresh interval.
Dimensione del File 51.12 KB
Conteggio Installazioni 1,929
Versione Corrente 1.0
Ultimo Aggiornamento 2013-09-21
Data di Pubblicazione 2013-09-21
Valutazione 3.33/5 Totale 15 Valutazioni
Sviluppatore https://www.extensions-for-chrome.com
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto refresh actual webpage",
    "description": "Automatically reload webpage in actual tab. You can set refresh interval.",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png",
        "128": "img\/ico_128.png"
    }
}