Simple Reloader

Automatically reloads the current tab as needed.

Was ist Simple Reloader?

Simple Reloader ist eine Chrome-Erweiterung, die von Drew Cossey entwickelt wurde, und ihr Hauptmerkmal ist "Automatically reloads the current tab as needed.".

Erweiterungsscreenshots

screenshot

Simple Reloader-Erweiterungs-CRX-Datei herunterladen

Laden Sie Simple Reloader-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Simple Reloader Simple Reloader
ID jdcjnkmfkfnidklnngnbecledmanndnm
Offizielle URL https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm
Beschreibung Automatically reloads the current tab as needed.
Dateigröße 53.26 KB
Installationsanzahl 481
Aktuelle Version 1.0.1
Letztes Update 2015-04-29
Veröffentlichungsdatum 2015-04-29
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler Drew Cossey
Zahlungsart free
Unterstützte Sprachen 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
    }
}