Reload All
Reloads all tabs, across all windows
Qu'est-ce que Reload All ?
Reload All est une extension Chrome développée par Sampson, et sa fonction principale est "Reloads all tabs, across all windows".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Reload All
Téléchargez les fichiers d'extension Reload All 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
Reloads all tabs, across all windows.
Informations de Base sur l'Extension
Nom | Reload All |
ID | hdhigldkgacdgbimiiccgbcpkomaolje |
URL Officiel | https://chromewebstore.google.com/detail/reload-all/hdhigldkgacdgbimiiccgbcpkomaolje |
Description | Reloads all tabs, across all windows |
Taille du Fichier | 8.91 KB |
Nombre d'Installations | 124 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-03-14 |
Date de Publication | 2020-06-16 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Sampson |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jonathansampson/extension-reload-all |
URL de la Page d'Aide | https://github.com/jonathansampson/extension-reload-all/issues |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reload All", "description": "Reloads all tabs, across all windows", "version": "1.0.0", "manifest_version": 2, "icons": { "128": "icons\/128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": { "16": "icons\/128.png" } } } |