IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
Co je IndexedDB cleaner?
IndexedDB cleaner je rozšíření Chrome vyvinuté https://jeecookbook.blogspot.com, a jeho hlavní funkcí je „Purge HTML 5 IndexedDB and Cache.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření IndexedDB cleaner
Stáhněte si soubory rozšíření IndexedDB 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 IndexedDB and cache ? This extension is for you ! It allows you to purge HTML 5 IndexedDB and cache (JS, ...). Current IndexedDB is erased and cache purged 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 | IndexedDB cleaner |
ID | bkbkgpcacphidgmpbfcapoillheakfpi |
Oficiální URL | https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi |
Popis | Purge HTML 5 IndexedDB and Cache. |
Velikost souboru | 27.13 KB |
Počet instalací | 1,025 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2013-06-26 |
Datum Vydání | 2013-06-25 |
Hodnocení | 4.33/5 Celkem 6 Hodnocení |
Vývojář | https://jeecookbook.blogspot.com |
Typ Platby | free |
Webové stránky Rozšíření | http://jeecookbook.blogspot.fr/p/chrome.html |
Podporované Jazyky | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IndexedDB cleaner", "version": "1.0", "manifest_version": 2, "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html", "description": "Purge HTML 5 IndexedDB and Cache.", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Purge IndexedDB and Cache", "default_popup": "popup.html" }, "permissions": [ "browsingData" ] } |