Timer Refresh

Timer refresh the specified page or only refresh the inactive TAB page.

Qu'est-ce que Timer Refresh ?

Timer Refresh est une extension Chrome développée par thomashg0712, et sa fonction principale est "Timer refresh the specified page or only refresh the inactive TAB page.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Timer Refresh

Téléchargez les fichiers d'extension Timer Refresh 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

                        For some users with special needs, keeping the page active maybe a good help.                    

Informations de Base sur l'Extension

Nom Timer Refresh Timer Refresh
ID fembhgfanglpnpkjcgdacodmefdmfpep
URL Officiel https://chrome.google.com/webstore/detail/fembhgfanglpnpkjcgdacodmefdmfpep
Description Timer refresh the specified page or only refresh the inactive TAB page.
Taille du Fichier 27.85 KB
Nombre d'Installations 42
Version Actuelle 0.0.1
Dernière Mise à Jour 2020-01-19
Date de Publication 2020-01-19
Développeur thomashg0712
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html",
        "script": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extDescription__",
    "icons": {
        "128": "img\/on128.png"
    },
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "page_action": {
        "default_icon": "img\/on128.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_extName__"
    },
    "permissions": [
        "tabs",
        "browsingData",
        "webRequest",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "0.0.1"
}