Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
Cos'è Clear & Reload?
Clear & Reload è un'estensione di Chrome sviluppata da Sabarish Srinivasan, e la sua funzione principale è "Wipe browser dumps and reloads current tab to perform cache free operations.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Clear & Reload
Scarica i file di estensione Clear & Reload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Clear & Reload |
ID | bjliapfodonnhhonikmjgpjnophbmalk |
URL Ufficiale | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
Descrizione | Wipe browser dumps and reloads current tab to perform cache free operations. |
Dimensione del File | 21.68 KB |
Conteggio Installazioni | 271 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2020-05-06 |
Data di Pubblicazione | 2020-05-06 |
Valutazione | 4.67/5 Totale 3 Valutazioni |
Sviluppatore | Sabarish Srinivasan |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } } |