Simple Reloader

Automatically reloads the current tab as needed.

Cos'è Simple Reloader?

Simple Reloader è un'estensione di Chrome sviluppata da Drew Cossey, e la sua funzione principale è "Automatically reloads the current tab as needed.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simple Reloader

Scarica i file di estensione Simple Reloader 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Simple Reloader Simple Reloader
ID jdcjnkmfkfnidklnngnbecledmanndnm
URL Ufficiale https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm
Descrizione Automatically reloads the current tab as needed.
Dimensione del File 53.26 KB
Conteggio Installazioni 481
Versione Corrente 1.0.1
Ultimo Aggiornamento 2015-04-29
Data di Pubblicazione 2015-04-29
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Drew Cossey
Tipo di Pagamento free
Lingue Supportate 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
    }
}