Clear Cache
Clears your cache and browsing data with a click of a button
Clear Cache là gì?
Clear Cache là một tiện ích mở rộng Chrome được phát triển bởi Daniel Lvovsky, và tính năng chính của nó là "Clears your cache and browsing data with a click of a button".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Clear Cache
Tải xuống các tệp mở rộng Clear Cache 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
Clear Cache helps you clear cache data, browsing history and much more with a single click of a button. Clear Cache also allows you to set what you want to clear with an options menu where you can choose what you want to be cleared and from what time period. More features will be added in the future. Enjoy!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Clear Cache |
ID | appfmjhoobioppbehccakejenccnlfbi |
URL Chính Thức | https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi |
Mô tả | Clears your cache and browsing data with a click of a button |
Kích Thước Tệp | 69.3 KB |
Số Lần Cài Đặt | 1,387 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2020-05-18 |
Ngày Phát Hành | 2020-05-15 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Daniel Lvovsky |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clear Cache", "version": "1.0.0", "description": "Clears your cache and browsing data with a click of a button", "minimum_chrome_version": "19", "icons": { "16": "img\/icon_16.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "background": { "page": "backgroundpage.html" }, "browser_action": { "default_icon": "img\/icon_19.png", "default_title": "Clear Cache" }, "options_ui": { "chrome_style": true, "page": "options.html", "open_in_tab": true }, "permissions": [ "browsingData", "cookies" ] } |