Local Storage cleaner
Purge HTML 5 Local Storage and cache.
Local Storage cleanerคืออะไร?
Local Storage cleaner เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://jeecookbook.blogspot.com และคุณลักษณะหลักของมันคือ "Purge HTML 5 Local Storage and cache."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Local Storage cleaner
ดาวน์โหลดไฟล์ส่วนขยาย Local Storage cleaner ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Building offline application ? Need a simple and efficient tool to clean the Local Storage and cache ? This extension is for you ! It allows you to purge HTML 5 Local Storage and cache (JS, ...). Current Local Storage is erased 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Local Storage cleaner |
ID | bkdbpookjkdkhfmecijgegmjggmnjhme |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/local-storage-cleaner/bkdbpookjkdkhfmecijgegmjggmnjhme |
คำอธิบาย | Purge HTML 5 Local Storage and cache. |
ขนาดไฟล์ | 31.32 KB |
จำนวนการติดตั้ง | 438 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2013-01-26 |
วันที่เผยแพร่ | 2013-01-26 |
คะแนน | 3.75/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | https://jeecookbook.blogspot.com |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Local Storage cleaner", "version": "1.0", "manifest_version": 2, "homepage_url": "http:\/\/jeecookbook.blogspot.fr\/p\/chrome.html", "description": "Purge HTML 5 Local Storage and cache.", "icons": { "16": "icon48.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png", "default_title": "Purge Local Storage and Cache", "default_popup": "popup.html" }, "permissions": [ "browsingData" ] } |