IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
Что такое IndexedDB cleaner?
IndexedDB cleaner - это расширение Chrome, разработанное https://jeecookbook.blogspot.com, и его основная функция - "Purge HTML 5 IndexedDB and Cache.".
Снимки экрана расширения
Скачать файл CRX расширения IndexedDB cleaner
Скачайте файлы расширений IndexedDB cleaner в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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
Основная информация о расширении
Название | IndexedDB cleaner |
ID | bkbkgpcacphidgmpbfcapoillheakfpi |
Официальный URL | https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi |
Описание | Purge HTML 5 IndexedDB and Cache. |
Размер файла | 27.13 KB |
Количество установок | 1,025 |
Текущая Версия | 1.0 |
Последнее Обновление | 2013-06-26 |
Дата публикации | 2013-06-25 |
Рейтинг | 4.33/5 Всего 6 оценок |
Разработчик | https://jeecookbook.blogspot.com |
Тип оплаты | free |
Официальный сайт расширения | http://jeecookbook.blogspot.fr/p/chrome.html |
Поддерживаемые языки | 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" ] } |