IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
IndexedDB cleaner क्या है?
IndexedDB cleaner https://jeecookbook.blogspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Purge HTML 5 IndexedDB and Cache."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में IndexedDB cleaner एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | IndexedDB cleaner |
ID | bkbkgpcacphidgmpbfcapoillheakfpi |
आधिकारिक URL | https://chromewebstore.google.com/detail/indexeddb-cleaner/bkbkgpcacphidgmpbfcapoillheakfpi |
विवरण | Purge HTML 5 IndexedDB and Cache. |
फ़ाइल का आकार | 27.13 KB |
स्थापना संख्या | 1,025 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2013-06-26 |
प्रकाशन तिथि | 2013-06-25 |
रेटिंग | 4.33/5 कुल 6 रेटिंग्स |
डेवलपर | https://jeecookbook.blogspot.com |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://jeecookbook.blogspot.fr/p/chrome.html |
समर्थित भाषाएँ | 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" ] } |