Appcache cleaner
Purge HTML 5 appcache and cache.
Cos'è Appcache cleaner?
Appcache cleaner è un'estensione di Chrome sviluppata da https://jeecookbook.blogspot.com, e la sua funzione principale è "Purge HTML 5 appcache and cache.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Appcache cleaner
Scarica i file di estensione Appcache cleaner 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
Building offline application ?
Need a simple and efficient tool to clean the appcache and cache ?
This extension is for you !
It allows you to purge HTML 5 appcache and cache (JS, ...).
Manifest from current page is erased according to range.
It's very simple and quick : no complex configuration, two clicks only.
Check my web site for further informations : http://jeecookbook.blogspot.fr/p/chrome.html Informazioni di Base sull'Estensione
| Nome | |
| ID | kibgncnpncepehheggcmioigonpcaonh |
| URL Ufficiale | https://chromewebstore.google.com/detail/appcache-cleaner/kibgncnpncepehheggcmioigonpcaonh |
| Descrizione | Purge HTML 5 appcache and cache. |
| Dimensione del File | 52.19 KB |
| Conteggio Installazioni | 240 |
| Versione Corrente | 1.1 |
| Ultimo Aggiornamento | 2013-01-26 |
| Data di Pubblicazione | 2013-01-26 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://jeecookbook.blogspot.com |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Appcache cleaner",
"version": "1.1",
"manifest_version": 2,
"homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html",
"description": "Purge HTML 5 appcache and cache.",
"icons": {
"16": "icon.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Purge Application Cache and Cache",
"default_popup": "popup.html"
},
"permissions": [
"browsingData"
]
} | |