Refresh All Tabs
Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
Qu'est-ce que Refresh All Tabs ?
Refresh All Tabs est une extension Chrome développée par Kingston Fung, et sa fonction principale est "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Refresh All Tabs
Téléchargez les fichiers d'extension Refresh 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
Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!
Informations de Base sur l'Extension
Nom | Refresh All Tabs |
ID | admnmicookbgmlgijaaonkeeclaoigch |
URL Officiel | https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch |
Description | Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all. |
Taille du Fichier | 19.66 KB |
Nombre d'Installations | 356 |
Version Actuelle | 0.0.0.1 |
Dernière Mise à Jour | 2023-07-08 |
Date de Publication | 2020-10-05 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | Kingston Fung |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/kingstonfung/refresh-all-tabs |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Refresh All Tabs", "version": "0.0.0.1", "manifest_version": 2, "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "browser_action": { "default_icon": "img\/icon128.png", "default_title": "Refresh All Tabs" }, "background": { "scripts": [ "js\/refresh-all-tabs.js" ], "persistent": false }, "permissions": [ "tabs" ] } |