Clear Cache Shortcut
Quickly clear all your browser cache with a single click.
Clear Cache Shortcutคืออะไร?
Clear Cache Shortcut เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paul Yuan และคุณลักษณะหลักของมันคือ "Quickly clear all your browser cache with a single click."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear Cache Shortcut
ดาวน์โหลดไฟล์ส่วนขยาย Clear Cache Shortcut ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This is a simple extension that allows you to clear your cache with a single click of a button. You can either click the icon, or if you prefer, type in the browser address bar, "cache" => [hit the tab key] => "c" => [hit the enter key] to clear your cache. This extension uses the BrowsingData API which is supported by chrome versions 19+. ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | jnajhcakejgchhbjlchkfmdidgjefleg |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clear-cache-shortcut/jnajhcakejgchhbjlchkfmdidgjefleg |
| คำอธิบาย | Quickly clear all your browser cache with a single click. |
| ขนาดไฟล์ | 95.9 KB |
| จำนวนการติดตั้ง | 144,994 |
| เวอร์ชันปัจจุบัน | 1.32 |
| อัปเดตครั้งล่าสุด | 2021-04-09 |
| วันที่เผยแพร่ | 2013-01-20 |
| คะแนน | 4.39/5 รวมทั้งหมด 97 คะแนน |
| ผู้พัฒนา | Paul Yuan |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | https://twitter.com/pyuan |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Clear Cache Shortcut",
"version": "1.32",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"description": "Quickly clear all your browser cache with a single click.",
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"browser_action": {
"default_icon": "assets\/icon_done.png",
"default_title": "Clear All Cache",
"default_popup": "info.html"
},
"omnibox": {
"keyword": "cache"
},
"background": {
"scripts": [
"assets\/jquery-1.9.0.min.js",
"assets\/functions.js",
"assets\/background.js"
]
},
"permissions": [
"browsingData"
]
} | |