CJs Auto Refresh

Auto refresh the page for CJ because CJ is awesome!

Co je CJs Auto Refresh?

CJs Auto Refresh je rozšíření Chrome vyvinuté nextstate, a jeho hlavní funkcí je „Auto refresh the page for CJ because CJ is awesome!“.

Snímky obrazovky rozšíření

screenshot

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

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

                        Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu.

When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.                    

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

Název CJs Auto Refresh CJs Auto Refresh
ID gfgbegjbililmnkakfmpdhndnccpjnlf
Oficiální URL https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf
Popis Auto refresh the page for CJ because CJ is awesome!
Velikost souboru 12.74 KB
Počet instalací 118
Aktuální Verze 1.0.1
Poslední Aktualizace 2019-03-24
Datum Vydání 2019-03-23
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář nextstate
Typ Platby free
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CJs Auto Refresh",
    "short_name": "CJs Refresh",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Auto refresh the page for CJ because CJ is awesome!",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "icons": {
        "128": "icon128.png"
    }
}