Appcache cleaner
Purge HTML 5 appcache and cache.
Wat is Appcache cleaner?
Appcache cleaner is een Chrome-extensie ontwikkeld door https://jeecookbook.blogspot.com, en de belangrijkste functie is "Purge HTML 5 appcache and cache.".
Extensie Screenshots
Download het CRX-bestand van de extensie Appcache cleaner
Download Appcache cleaner-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | kibgncnpncepehheggcmioigonpcaonh |
| Officiële URL | https://chromewebstore.google.com/detail/appcache-cleaner/kibgncnpncepehheggcmioigonpcaonh |
| Beschrijving | Purge HTML 5 appcache and cache. |
| Bestandsgrootte | 52.19 KB |
| Aantal Installaties | 240 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2013-01-26 |
| Publicatiedatum | 2013-01-26 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | https://jeecookbook.blogspot.com |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |