Clear Cache
A true one-click cache clearing button for web developers. That's it.
什么是Clear Cache?
Clear Cache是由Nick Swider开发的Chrome扩展程序,该扩展的主要功能是“A true one-click cache clearing button for web developers. That's it.”。
扩展截图
下载Clear Cache扩展crx文件
下载Clear Cache扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Requires Chrome >= 19 扩展基本信息
| 名称 | |
| ID | fkpampcchocandlbgdffjaihmccjmlgk |
| 官方URL | https://chromewebstore.google.com/detail/clear-cache/fkpampcchocandlbgdffjaihmccjmlgk |
| 简介 | A true one-click cache clearing button for web developers. That's it. |
| 文件大小 | 268 KB |
| 安装次数 | 23,538 |
| 当前版本 | 1.1 |
| 更新时间 | 2013-04-10 |
| 上架时间 | 2013-04-09 |
| 评分 | 4.33/5 共33次评分 |
| 开发者 | Nick Swider |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"browser_action": {
"default_icon": "icon-32.png",
"default_popup": "popup.html",
"default_title": "Clear Cache"
},
"web_accessible_resources": [
"scripts.js"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "A true one-click cache clearing button for web developers. That's it.",
"name": "Clear Cache",
"permissions": [
"browsingData"
],
"icons": {
"48": "icon-48.png",
"128": "icon-128.png",
"16": "icon-16.png"
},
"manifest_version": 2,
"version": "1.1"
} | |