Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
Clear & Reloadคืออะไร?
Clear & Reload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sabarish Srinivasan และคุณลักษณะหลักของมันคือ "Wipe browser dumps and reloads current tab to perform cache free operations."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Clear & Reload
ดาวน์โหลดไฟล์ส่วนขยาย Clear & Reload ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Clear & Reload |
ID | bjliapfodonnhhonikmjgpjnophbmalk |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
คำอธิบาย | Wipe browser dumps and reloads current tab to perform cache free operations. |
ขนาดไฟล์ | 21.68 KB |
จำนวนการติดตั้ง | 271 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2020-05-06 |
วันที่เผยแพร่ | 2020-05-06 |
คะแนน | 4.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Sabarish Srinivasan |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear & Reload", "version": "1.0.2", "description": "Wipe browser dumps and reloads current tab to perform cache free operations.", "browser_action": { "default_icon": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "browsingData" ], "background": { "scripts": [ "background.js" ] } } |