Reload All Tabs
This extension reloads all tabs in the active window.
Qu'est-ce que Reload All Tabs ?
Reload All Tabs est une extension Chrome développée par matthewlberg, et sa fonction principale est "This extension reloads all tabs in the active window.".
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
This extension allows you to refresh all tabs with a simple click of a button. You can also use the keyboard shortcut Alt + Shift + R to reload all tabs.
Informations de Base sur l'Extension
Nom | Reload All Tabs |
ID | lgpdljdpanfecnpindkbnikegohoobci |
URL Officiel | https://chromewebstore.google.com/detail/reload-all-tabs/lgpdljdpanfecnpindkbnikegohoobci |
Description | This extension reloads all tabs in the active window. |
Taille du Fichier | 4.38 KB |
Nombre d'Installations | 46,699 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2014-01-16 |
Date de Publication | 2014-01-16 |
Évaluation | 4.47/5 Total 58 Évaluations |
Développeur | matthewlberg |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Reload All Tabs", "description": "This extension reloads all tabs in the active window.", "version": "1.0", "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+R" }, "description": "Reload all tabs" } }, "permissions": [ "tabs", "background" ] } |