CJs Auto Refresh
Auto refresh the page for CJ because CJ is awesome!
Qu'est-ce que CJs Auto Refresh ?
CJs Auto Refresh est une extension Chrome développée par nextstate, et sa fonction principale est "Auto refresh the page for CJ because CJ is awesome!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CJs Auto Refresh
Téléchargez les fichiers d'extension CJs 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
Auto refresh one or more tabs by clicking the extension's icon and selecting Auto Refresh in the context menu. Change the refresh interval via the Options menu item in the context menu. When the refresh interval is changed, all tabs that have the Auto Refreshed already checked are refreshed and the new interval is set. Checking Auto Refresh on a different tab will use the new interval.
Informations de Base sur l'Extension
Nom | CJs Auto Refresh |
ID | gfgbegjbililmnkakfmpdhndnccpjnlf |
URL Officiel | https://chromewebstore.google.com/detail/cjs-auto-refresh/gfgbegjbililmnkakfmpdhndnccpjnlf |
Description | Auto refresh the page for CJ because CJ is awesome! |
Taille du Fichier | 12.74 KB |
Nombre d'Installations | 118 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2019-03-24 |
Date de Publication | 2019-03-23 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | nextstate |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CJs Auto Refresh", "short_name": "CJs Refresh", "version": "1.0.1", "manifest_version": 2, "description": "Auto refresh the page for CJ because CJ is awesome!", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "activeTab", "contextMenus", "storage" ], "options_ui": { "page": "options.html", "chrome_style": true }, "icons": { "128": "icon128.png" } } |