Cache Cleaner
Clear browser cache for the last week.
什么是Cache Cleaner?
Cache Cleaner是由Maxym Gorbenko开发的Chrome扩展程序,该扩展的主要功能是“Clear browser cache for the last week.”。
扩展截图
下载Cache Cleaner扩展crx文件
下载Cache Cleaner扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Clear browser cache for the last week. 扩展基本信息
| 名称 | |
| ID | ekcjobkhkmknjjfenofigfkncfjfdmjo |
| 官方URL | https://chromewebstore.google.com/detail/cache-cleaner/ekcjobkhkmknjjfenofigfkncfjfdmjo |
| 简介 | Clear browser cache for the last week. |
| 文件大小 | 63.65 KB |
| 安装次数 | 847 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-05-10 |
| 上架时间 | 2017-05-10 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Maxym Gorbenko |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cache Cleaner",
"short_name": "CC",
"version": "1.0",
"author": "Maxym Gorbenko",
"description": "Clear browser cache for the last week.",
"icons": {
"16": "icons\/16x16.png",
"32": "icons\/32x32.png",
"48": "icons\/48x48.png",
"64": "icons\/64x64.png",
"128": "icons\/128x128.png"
},
"permissions": [
"browsingData",
"notifications"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"browser_action": {
"default_title": "Clear cache!",
"default_icon": "icons\/128x128.png"
}
} | |