IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
Was ist IndexedDB cleaner?
IndexedDB cleaner ist eine Chrome-Erweiterung, die von https://jeecookbook.blogspot.com entwickelt wurde, und ihr Hauptmerkmal ist "Purge HTML 5 IndexedDB and Cache.".
Erweiterungsscreenshots
IndexedDB cleaner-Erweiterungs-CRX-Datei herunterladen
Laden Sie IndexedDB cleaner-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
                        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                     Grundlegende Informationen zur Erweiterung
| Name |   |  
| ID | bkbkgpcacphidgmpbfcapoillheakfpi | 
| Offizielle URL | https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi | 
| Beschreibung | Purge HTML 5 IndexedDB and Cache. | 
| Dateigröße | 27.13 KB | 
| Installationsanzahl | 1,025 | 
| Aktuelle Version | 1.0 | 
| Letztes Update | 2013-06-26 | 
| Veröffentlichungsdatum | 2013-06-25 | 
| Bewertung | 4.33/5 Insgesamt 6 Bewertungen | 
| Entwickler | https://jeecookbook.blogspot.com | 
| Zahlungsart | free | 
| Erweiterungswebsite | http://jeecookbook.blogspot.fr/p/chrome.html | 
| Unterstützte Sprachen | 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"
    ]
}  |  |