Timer Refresh

Timer refresh the specified page or only refresh the inactive TAB page.

Cos'è Timer Refresh?

Timer Refresh è un'estensione di Chrome sviluppata da thomashg0712, e la sua funzione principale è "Timer refresh the specified page or only refresh the inactive TAB page.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Timer Refresh

Scarica i file di estensione Timer Refresh 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

                        For some users with special needs, keeping the page active maybe a good help.                    

Informazioni di Base sull'Estensione

Nome Timer Refresh Timer Refresh
ID fembhgfanglpnpkjcgdacodmefdmfpep
URL Ufficiale https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep
Descrizione Timer refresh the specified page or only refresh the inactive TAB page.
Dimensione del File 27.85 KB
Conteggio Installazioni 42
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-01-19
Data di Pubblicazione 2020-01-19
Sviluppatore thomashg0712
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "script": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/on128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "page_action": {
        "default_icon": "img\/on128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.1"
}