IndexedDB cleaner

Purge HTML 5 IndexedDB and Cache.

什麼是IndexedDB cleaner?

IndexedDB cleaner是由https://jeecookbook.blogspot.com開發的Chrome擴展程式,該擴展的主要功能是“Purge HTML 5 IndexedDB and Cache.”。

擴展截圖

screenshot

下載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                    

擴展基本資訊

名稱 IndexedDB cleaner IndexedDB cleaner
ID bkbkgpcacphidgmpbfcapoillheakfpi
官方網址 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"
    ]
}