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
公式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"
    ]
}