Auto refresh actual webpage
Automatically reload webpage in actual tab. You can set refresh interval.
Qu'est-ce que Auto refresh actual webpage ?
Auto refresh actual webpage est une extension Chrome développée par https://www.extensions-for-chrome.com, et sa fonction principale est "Automatically reload webpage in actual tab. You can set refresh interval.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto refresh actual webpage
Téléchargez les fichiers d'extension Auto refresh actual webpage 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 can be easily activated via the context menu by clicking the right mouse button on the web page. In options you can set refresh interval in seconds. Extension automatically stop refresh when change tab or change website.
Informations de Base sur l'Extension
Nom | Auto refresh actual webpage |
ID | jmpaeglcabhpohgbfcehemlgophfjikk |
URL Officiel | https://chromewebstore.google.com/detail/auto-refresh-actual-webpa/jmpaeglcabhpohgbfcehemlgophfjikk |
Description | Automatically reload webpage in actual tab. You can set refresh interval. |
Taille du Fichier | 51.12 KB |
Nombre d'Installations | 1,929 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2013-09-21 |
Date de Publication | 2013-09-21 |
Évaluation | 3.33/5 Total 15 Évaluations |
Développeur | https://www.extensions-for-chrome.com |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto refresh actual webpage", "description": "Automatically reload webpage in actual tab. You can set refresh interval.", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "jquery.js", "background.js" ] }, "options_page": "options.html", "content_security_policy": "script-src 'self'; object-src 'self'", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "img\/ico_16.png", "48": "img\/ico_48.png", "128": "img\/ico_128.png" } } |