Appcache cleaner
Purge HTML 5 appcache and cache.
Vad är Appcache cleaner?
Appcache cleaner är en Chrome-tillägg utvecklad av https://jeecookbook.blogspot.com, och dess huvudfunktion är "Purge HTML 5 appcache and cache.".
Tilläggsskärmbilder
Ladda ner Appcache cleaner-förlängningens CRX-fil
Ladda ner Appcache cleaner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | kibgncnpncepehheggcmioigonpcaonh |
| Officiell webbadress | https://chromewebstore.google.com/detail/appcache-cleaner/kibgncnpncepehheggcmioigonpcaonh |
| Beskrivning | Purge HTML 5 appcache and cache. |
| Filstorlek | 52.19 KB |
| Antal Installationer | 240 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2013-01-26 |
| Publiceringsdatum | 2013-01-26 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | https://jeecookbook.blogspot.com |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |