Auto Refresh

Reload the web page automatically in the time interval that you want.

Co je Auto Refresh?

Auto Refresh je rozšíření Chrome vyvinuté https://stni.pw, a jeho hlavní funkcí je „Reload the web page automatically in the time interval that you want.“.

Snímky obrazovky rozšíření

screenshot

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

Stáhněte si soubory rozšíření Auto 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í

                        Reload web pages automatically in the time interval that you want.

A Shitian Ni Project                    

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

Název Auto Refresh Auto Refresh
ID omcjgdddgjlioknfggaelopggehgfcea
Oficiální URL https://chromewebstore.google.com/detail/auto-refresh/omcjgdddgjlioknfggaelopggehgfcea
Popis Reload the web page automatically in the time interval that you want.
Velikost souboru 43.26 KB
Počet instalací 6,749
Aktuální Verze 1.0.6
Poslední Aktualizace 2016-06-26
Datum Vydání 2016-06-26
Hodnocení 3.00/5 Celkem 4 Hodnocení
Vývojář https://stni.pw
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Auto Refresh",
    "short_name": "Refresh",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Reload the web page automatically in the time interval that you want.",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "permissions": [
        "",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ]
}