Easy Clear
A one click cache and history clearer.
Easy Clearคืออะไร?
Easy Clear เป็นส่วนขยายของ Chrome ที่พัฒนาโดย garganostudios และคุณลักษณะหลักของมันคือ "A one click cache and history clearer."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Easy Clear
ดาวน์โหลดไฟล์ส่วนขยาย Easy Clear ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This app was designed to make clearing your browser cache simpler. Previously, you had to go through the menu, open a new page to view your history, and then delete your browser history and cache. Now, its as simple as three clicks and back to business. Simply click the icon, select the optional history clear check box, and click the button.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dbglfobhhbhdgpnicebdieloccfedgho |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho |
คำอธิบาย | A one click cache and history clearer. |
ขนาดไฟล์ | 13.02 KB |
จำนวนการติดตั้ง | 104 |
เวอร์ชันปัจจุบัน | 1.2.0 |
อัปเดตครั้งล่าสุด | 2016-07-20 |
วันที่เผยแพร่ | 2016-07-19 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | garganostudios |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Easy Clear", "version": "1.2.0", "description": "A one click cache and history clearer.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "browsingData" ], "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "Logos\/Logo16.png", "48": "Logos\/Logo48.png", "128": "Logos\/Logo128.png" }, "manifest_version": 2 } |