IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
Vad är IndexedDB cleaner?
IndexedDB cleaner är en Chrome-tillägg utvecklad av https://jeecookbook.blogspot.com, och dess huvudfunktion är "Purge HTML 5 IndexedDB and Cache.".
Tilläggsskärmbilder
Ladda ner IndexedDB cleaner-förlängningens CRX-fil
Ladda ner IndexedDB cleaner-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | bkbkgpcacphidgmpbfcapoillheakfpi |
| Officiell webbadress | https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi |
| Beskrivning | Purge HTML 5 IndexedDB and Cache. |
| Filstorlek | 27.13 KB |
| Antal Installationer | 1,025 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2013-06-26 |
| Publiceringsdatum | 2013-06-25 |
| Betyg | 4.33/5 Totalt 6 Betyg |
| Utvecklare | https://jeecookbook.blogspot.com |
| Betalningssätt | free |
| Tilläggswebbplats | http://jeecookbook.blogspot.fr/p/chrome.html |
| Stödda Språk | 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"
]
} | |