IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
什么是IndexedDB cleaner?
IndexedDB cleaner是由https://jeecookbook.blogspot.com开发的Chrome扩展程序,该扩展的主要功能是“Purge HTML 5 IndexedDB and Cache.”。
扩展截图
下载IndexedDB cleaner扩展crx文件
下载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
扩展基本信息
名称 | |
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" ] } |