Easy Clear
A one click cache and history clearer.
Easy Clear là gì?
Easy Clear là một tiện ích mở rộng Chrome được phát triển bởi garganostudios, và tính năng chính của nó là "A one click cache and history clearer.".
Tải xuống tệp CRX của tiện ích mở rộng Easy Clear
Tải xuống các tệp mở rộng Easy Clear dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | dbglfobhhbhdgpnicebdieloccfedgho |
URL Chính Thức | https://chrome.google.com/webstore/detail/easy-clear/dbglfobhhbhdgpnicebdieloccfedgho |
Mô tả | A one click cache and history clearer. |
Kích Thước Tệp | 13.02 KB |
Số Lần Cài Đặt | 104 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2016-07-20 |
Ngày Phát Hành | 2016-07-19 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | garganostudios |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |