IndexedDB cleaner

Purge HTML 5 IndexedDB and Cache.

Qu'est-ce que IndexedDB cleaner ?

IndexedDB cleaner est une extension Chrome développée par https://jeecookbook.blogspot.com, et sa fonction principale est "Purge HTML 5 IndexedDB and Cache.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension IndexedDB cleaner

Téléchargez les fichiers d'extension IndexedDB cleaner au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom IndexedDB cleaner IndexedDB cleaner
ID bkbkgpcacphidgmpbfcapoillheakfpi
URL Officiel https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi
Description Purge HTML 5 IndexedDB and Cache.
Taille du Fichier 27.13 KB
Nombre d'Installations 1,025
Version Actuelle 1.0
Dernière Mise à Jour 2013-06-26
Date de Publication 2013-06-25
Évaluation 4.33/5 Total 6 Évaluations
Développeur https://jeecookbook.blogspot.com
Type de Paiement free
Site Web de l'Extension http://jeecookbook.blogspot.fr/p/chrome.html
Langues Prises en Charge 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"
    ]
}