SimpleClear
A handy way to clear cache, cookies, downloads and history.
SimpleClear là gì?
SimpleClear là một tiện ích mở rộng Chrome được phát triển bởi https://blandlifedev.blogspot.com, và tính năng chính của nó là "A handy way to clear cache, cookies, downloads and history.".
Ả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 SimpleClear
Tải xuống các tệp mở rộng SimpleClear 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
A fork of the Clear extension, with more customization options. Basic usage: - click the toolbar button - click on the duration you want to clear for what item - you can also set it to one-click mode in the options - clearing options can also be accessed from right-click menu - keyboard navigation supported, see the options Changes and new features from fork: - options to select what to show - upgrade to manifest version 2 - hideable toolbar button - keyboard navigation - event page enabled Updated changelog is in the extension option pages. Retains the features of the Clear extension. Credits to João Colombo of the Clear extension. -------- Note: Though the extension is v1.0 as there may still be bugs I've missed. Please do feedback when something is not working, better if there are steps to replicate the problem. Thanks :)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SimpleClear |
ID | dpbboilcojikdnfpponljmiohnhdjcaj |
URL Chính Thức | https://chromewebstore.google.com/detail/simpleclear/dpbboilcojikdnfpponljmiohnhdjcaj |
Mô tả | A handy way to clear cache, cookies, downloads and history. |
Kích Thước Tệp | 40.27 KB |
Số Lần Cài Đặt | 13,185 |
Phiên Bản Hiện Tại | 1.1.2.7 |
Cập Nhật Lần Cuối | 2021-04-01 |
Ngày Phát Hành | 2017-03-19 |
Đánh Giá | 4.45/5 Tổng số 78 Đánh Giá |
Nhà Phát Triển | https://blandlifedev.blogspot.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blandlifedev.blogspot.com/ |
Ngôn Ngữ Được Hỗ Trợ | en,ru,zh-CN,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "SimpleClear", "version": "1.1.2.7", "manifest_version": 2, "default_locale": "en", "description": "__MSG_manifest_description__", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": { "19": "icon-19-0.png", "38": "icon-38-0.png" }, "default_title": "__MSG_manifest_toolbarbtn_tooltip__", "default_popup": "popup.html" }, "background": { "scripts": [ "common.js", "bg.js" ], "persistent": false }, "options_page": "options.html", "permissions": [ "contextMenus", "browsingData" ] } |