Auto refresh
Automatically refresh the specified page, or only refresh the inactive TAB page.
Qu'est-ce que Auto refresh ?
Auto refresh est une extension Chrome développée par idof, et sa fonction principale est "Automatically refresh the specified page, or only refresh the inactive TAB page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto refresh
Téléchargez les fichiers d'extension Auto 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
Automatically refresh the specified page, or only refresh the inactive TAB page.
Informations de Base sur l'Extension
Nom | |
ID | mljjfcmhgefdfgeomcaocgijloggnnjk |
URL Officiel | https://chrome.google.com/webstore/detail/auto-refresh/mljjfcmhgefdfgeomcaocgijloggnnjk |
Description | Automatically refresh the specified page, or only refresh the inactive TAB page. |
Taille du Fichier | 74.91 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-11-15 |
Date de Publication | 2014-11-15 |
Évaluation | 4.27/5 Total 15 Évaluations |
Développeur | idof |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "background": { "page": "background.html", "script": "background.js" }, "content_scripts": [ { "all_frames": false, "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "default_locale": "en", "description": "__MSG_extDescription__", "icons": { "128": "img\/on128.png", "64": "img\/on64.png" }, "manifest_version": 2, "name": "__MSG_extName__", "page_action": { "default_icon": "img\/off.png", "default_popup": "popup.html", "default_title": "__MSG_extName__" }, "permissions": [ "tabs", "browsingData", "webRequest", "webNavigation", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |