Appcache cleaner
Purge HTML 5 appcache and cache.
Co je Appcache cleaner?
Appcache cleaner je rozšíření Chrome vyvinuté https://jeecookbook.blogspot.com, a jeho hlavní funkcí je „Purge HTML 5 appcache and cache.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Appcache cleaner
Stáhněte si soubory rozšíření Appcache cleaner ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Appcache cleaner |
ID | kibgncnpncepehheggcmioigonpcaonh |
Oficiální URL | https://chromewebstore.google.com/detail/appcache-cleaner/kibgncnpncepehheggcmioigonpcaonh |
Popis | Purge HTML 5 appcache and cache. |
Velikost souboru | 52.19 KB |
Počet instalací | 240 |
Aktuální Verze | 1.1 |
Poslední Aktualizace | 2013-01-26 |
Datum Vydání | 2013-01-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://jeecookbook.blogspot.com |
Typ Platby | free |
Podporované Jazyky | 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" ] } |