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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } |