Simple Reloader

Automatically reloads the current tab as needed.

Co je Simple Reloader?

Simple Reloader je rozšíření Chrome vyvinuté Drew Cossey, a jeho hlavní funkcí je „Automatically reloads the current tab as needed.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Simple Reloader

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

                        A quick and simple automatic page reloader. Reloading the page manually, or navigating to another page in the same tab will reset the countdown.

Can optionally tell the browser to ignore the browser cache for the reloads.                    

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

Název Simple Reloader Simple Reloader
ID jdcjnkmfkfnidklnngnbecledmanndnm
Oficiální URL https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm
Popis Automatically reloads the current tab as needed.
Velikost souboru 53.26 KB
Počet instalací 481
Aktuální Verze 1.0.1
Poslední Aktualizace 2015-04-29
Datum Vydání 2015-04-29
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Drew Cossey
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Reloader",
    "version": "1.0.1",
    "description": "Automatically reloads the current tab as needed.",
    "permissions": [
        "tabs"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "19": "images\/icon19.png",
        "38": "images\/icon38.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "Reloadit",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "19": "images\/icon19.png",
            "38": "images\/icon38.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-1.11.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}