Auto Refresh Page
Auto Refresh Page is the extension to refresh a page on regular intervals
Qu'est-ce que Auto Refresh Page ?
Auto Refresh Page est une extension Chrome développée par ProfileVisitor.co, et sa fonction principale est "Auto Refresh Page is the extension to refresh a page on regular intervals".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Auto Refresh Page
Téléchargez les fichiers d'extension Auto Refresh Page 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
Auto Refresh Page It is a simple extension to refresh the page at regular intervals. You can customize the default time and have separate timers running for all of your tabs.
Informations de Base sur l'Extension
Nom | |
ID | iiblfhmcehfejobfioibjbdpgigcmkgj |
URL Officiel | https://chrome.google.com/webstore/detail/auto-refresh-page/iiblfhmcehfejobfioibjbdpgigcmkgj |
Description | Auto Refresh Page is the extension to refresh a page on regular intervals |
Taille du Fichier | 201 KB |
Nombre d'Installations | 4,000 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2018-01-31 |
Date de Publication | 2018-01-31 |
Évaluation | 3.33/5 Total 3 Évaluations |
Développeur | ProfileVisitor.co |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Auto Refresh Page", "version": "1.0.2", "manifest_version": 2, "description": "Auto Refresh Page is the extension to refresh a page on regular intervals", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_title": "Auto Refresh Page", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "permissions": [ "tabs", "activeTab", "storage", " |