IndexedDB cleaner
Purge HTML 5 IndexedDB and Cache.
ما هو IndexedDB cleaner؟
IndexedDB cleaner هو إضافة Chrome تم تطويرها بواسطة https://jeecookbook.blogspot.com، والميزة الرئيسية لها هي "Purge HTML 5 IndexedDB and Cache.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة IndexedDB cleaner
قم بتنزيل ملفات الامتداد IndexedDB cleaner بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 معلومات أساسية عن التمديد
| الاسم | |
| 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"
]
} | |