Clear Cache
Clears your cache and browsing data with a click of a button
什么是Clear Cache?
Clear Cache是由Daniel Lvovsky开发的Chrome扩展程序,该扩展的主要功能是“Clears your cache and browsing data with a click of a button”。
扩展截图
下载Clear Cache扩展crx文件
下载Clear Cache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | Clear Cache |
ID | appfmjhoobioppbehccakejenccnlfbi |
官方URL | https://chromewebstore.google.com/detail/clear-cache/appfmjhoobioppbehccakejenccnlfbi |
简介 | Clears your cache and browsing data with a click of a button |
文件大小 | 69.3 KB |
安装次数 | 1,387 |
当前版本 | 1.0.0 |
更新时间 | 2020-05-18 |
上架时间 | 2020-05-15 |
评分 | 5.00/5 共4次评分 |
开发者 | Daniel Lvovsky |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |