Simple Reloader

Automatically reloads the current tab as needed.

Qu'est-ce que Simple Reloader ?

Simple Reloader est une extension Chrome développée par Drew Cossey, et sa fonction principale est "Automatically reloads the current tab as needed.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Simple Reloader

Téléchargez les fichiers d'extension Simple Reloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Simple Reloader Simple Reloader
ID jdcjnkmfkfnidklnngnbecledmanndnm
URL Officiel https://chrome.google.com/webstore/detail/simple-reloader/jdcjnkmfkfnidklnngnbecledmanndnm
Description Automatically reloads the current tab as needed.
Taille du Fichier 53.26 KB
Nombre d'Installations 481
Version Actuelle 1.0.1
Dernière Mise à Jour 2015-04-29
Date de Publication 2015-04-29
Évaluation 5.00/5 Total 2 Évaluations
Développeur Drew Cossey
Type de Paiement free
Langues Prises en Charge 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
    }
}