IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
Co to jest IndexedDB cleaner?
IndexedDB cleaner to rozszerzenie Chrome opracowane przez https://jeecookbook.blogspot.com, a jego główną funkcją jest „Purge HTML 5 IndexedDB and Cache.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia IndexedDB cleaner
Pobierz pliki rozszerzeń IndexedDB cleaner w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | IndexedDB cleaner |
ID | bkbkgpcacphidgmpbfcapoillheakfpi |
Oficjalny URL | https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi |
Opis | Purge HTML 5 IndexedDB and Cache. |
Rozmiar pliku | 27.13 KB |
Liczba instalacji | 1,025 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2013-06-26 |
Data Publikacji | 2013-06-25 |
Ocena | 4.33/5 Łącznie 6 Oceny |
Deweloper | https://jeecookbook.blogspot.com |
Typ Płatności | free |
Strona Rozszerzenia | http://jeecookbook.blogspot.fr/p/chrome.html |
Obsługiwane Języki | 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" ] } |