Timer Refresh

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

Co je Timer Refresh?

Timer Refresh je rozšíření Chrome vyvinuté thomashg0712, a jeho hlavní funkcí je „Timer refresh the specified page or only refresh the inactive TAB page.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Timer Refresh

Stáhněte si soubory rozšíření Timer Refresh ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Timer Refresh Timer Refresh
ID fembhgfanglpnpkjcgdacodmefdmfpep
Oficiální URL https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep
Popis Timer refresh the specified page or only refresh the inactive TAB page.
Velikost souboru 27.85 KB
Počet instalací 42
Aktuální Verze 0.0.1
Poslední Aktualizace 2020-01-19
Datum Vydání 2020-01-19
Vývojář thomashg0712
Typ Platby free
Podporované Jazyky 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"
}