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