IndexedDB cleaner

Purge HTML 5 IndexedDB and Cache.

Cos'è IndexedDB cleaner?

IndexedDB cleaner è un'estensione di Chrome sviluppata da https://jeecookbook.blogspot.com, e la sua funzione principale è "Purge HTML 5 IndexedDB and Cache.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione IndexedDB cleaner

Scarica i file di estensione IndexedDB cleaner in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome IndexedDB cleaner IndexedDB cleaner
ID bkbkgpcacphidgmpbfcapoillheakfpi
URL Ufficiale https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi
Descrizione Purge HTML 5 IndexedDB and Cache.
Dimensione del File 27.13 KB
Conteggio Installazioni 1,025
Versione Corrente 1.0
Ultimo Aggiornamento 2013-06-26
Data di Pubblicazione 2013-06-25
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore https://jeecookbook.blogspot.com
Tipo di Pagamento free
Sito Web dell'Estensione http://jeecookbook.blogspot.fr/p/chrome.html
Lingue Supportate 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"
    ]
}