IndexedDB cleaner

Purge HTML 5 IndexedDB and Cache.

O que é IndexedDB cleaner?

IndexedDB cleaner é uma extensão do Chrome desenvolvida por https://jeecookbook.blogspot.com, e sua principal característica é "Purge HTML 5 IndexedDB and Cache.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão IndexedDB cleaner

Baixe arquivos de extensão IndexedDB cleaner no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome IndexedDB cleaner IndexedDB cleaner
ID bkbkgpcacphidgmpbfcapoillheakfpi
URL Oficial https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi
Descrição Purge HTML 5 IndexedDB and Cache.
Tamanho do Arquivo 27.13 KB
Contagem de Instalações 1,025
Versão Atual 1.0
Última Atualização 2013-06-26
Data de Publicação 2013-06-25
Classificação 4.33/5 Total de 6 Avaliações
Desenvolvedor https://jeecookbook.blogspot.com
Tipo de Pagamento free
Site da Extensão http://jeecookbook.blogspot.fr/p/chrome.html
Idiomas Suportados 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"
    ]
}