Reload All Tabs
Reload all tabs
Qu'est-ce que Reload All Tabs ?
Reload All Tabs est une extension Chrome développée par chienwen, et sa fonction principale est "Reload all tabs".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reload All Tabs
Téléchargez les fichiers d'extension Reload All Tabs 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
Click the "R" button to reload all tabs.
Informations de Base sur l'Extension
Nom | |
ID | egkmbhbhbdlbblhkcgnmdiffmjklhpej |
URL Officiel | https://chrome.google.com/webstore/detail/reload-all-tabs/egkmbhbhbdlbblhkcgnmdiffmjklhpej |
Description | Reload all tabs |
Taille du Fichier | 17.41 KB |
Nombre d'Installations | 70 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-21 |
Date de Publication | 2014-01-21 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | chienwen |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reload All Tabs", "description": "Reload all tabs", "version": "1.0", "permissions": [ "tabs" ], "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "Reload all tabs", "default_icon": { "19": "images\/reloadall-19.png", "38": "images\/reloadall-38.png" } }, "icons": { "16": "images\/reloadall-16.png", "48": "images\/reloadall-48.png", "128": "images\/reloadall-128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "skin.js" ] } ], "manifest_version": 2 } |