No Cache
Ensure that you see your page without client and server caches
Cos'è No Cache?
No Cache è un'estensione di Chrome sviluppata da Roman Hlushko, e la sua funzione principale è "Ensure that you see your page without client and server caches".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione No Cache
Scarica i file di estensione No Cache 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
Take cache cleaning to the next level! No Cache Extension helps to remove server FPC and browser caches by pushing one single button 🔥
Informazioni di Base sull'Estensione
Nome | No Cache |
ID | imcbegkljmmdaacgnepdhpnlijgpcpbi |
URL Ufficiale | https://chromewebstore.google.com/detail/no-cache/imcbegkljmmdaacgnepdhpnlijgpcpbi |
Descrizione | Ensure that you see your page without client and server caches |
Dimensione del File | 18.36 KB |
Conteggio Installazioni | 170 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-03-31 |
Data di Pubblicazione | 2020-03-31 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Roman Hlushko |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/roma-glushko/no-cache-extension |
URL della Pagina di Aiuto | https://github.com/roma-glushko/no-cache-extension |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "No Cache", "version": "1.0", "description": "Ensure that you see your page without client and server caches", "browser_action": { "default_title": "No Cache!" }, "icons": { "120": "\/images\/icon-120.png" }, "background": { "scripts": [ "actions.js" ], "persistent": false }, "permissions": [ "activeTab", "browsingData", "contextMenus" ] } |