Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
Qu'est-ce que Clear & Reload ?
Clear & Reload est une extension Chrome développée par Sabarish Srinivasan, et sa fonction principale est "Wipe browser dumps and reloads current tab to perform cache free operations.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Clear & Reload
Téléchargez les fichiers d'extension Clear & Reload 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
Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.
Informations de Base sur l'Extension
Nom | Clear & Reload |
ID | bjliapfodonnhhonikmjgpjnophbmalk |
URL Officiel | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
Description | Wipe browser dumps and reloads current tab to perform cache free operations. |
Taille du Fichier | 21.68 KB |
Nombre d'Installations | 271 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-05-06 |
Date de Publication | 2020-05-06 |
Évaluation | 4.67/5 Total 3 Évaluations |
Développeur | Sabarish Srinivasan |
[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": "Clear & Reload", "version": "1.0.2", "description": "Wipe browser dumps and reloads current tab to perform cache free operations.", "browser_action": { "default_icon": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "browsingData" ], "background": { "scripts": [ "background.js" ] } } |