IndexedDB cleaner

Purge HTML 5 IndexedDB and Cache.

Apa itu IndexedDB cleaner?

IndexedDB cleaner adalah ekstensi Chrome yang dikembangkan oleh https://jeecookbook.blogspot.com, dan fitur utamanya adalah "Purge HTML 5 IndexedDB and Cache.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi IndexedDB cleaner

Unduh file ekstensi IndexedDB cleaner dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama IndexedDB cleaner IndexedDB cleaner
ID bkbkgpcacphidgmpbfcapoillheakfpi
URL Resmi https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi
Deskripsi Purge HTML 5 IndexedDB and Cache.
Ukuran File 27.13 KB
Jumlah Instalasi 1,025
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-06-26
Tanggal Publikasi 2013-06-25
Penilaian 4.33/5 Total 6 Penilaian
Pengembang https://jeecookbook.blogspot.com
Tipe Pembayaran free
Situs Ekstensi http://jeecookbook.blogspot.fr/p/chrome.html
Bahasa yang Didukung 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"
    ]
}