Clear & Reload
Wipe browser dumps and reloads current tab to perform cache free operations.
什么是Clear & Reload?
Clear & Reload是由Sabarish Srinivasan开发的Chrome扩展程序,该扩展的主要功能是“Wipe browser dumps and reloads current tab to perform cache free operations.”。
扩展截图
下载Clear & Reload扩展crx文件
下载Clear & Reload扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Simple extension help you to clear Caches,Cookies,History and Download history and much more. Also, it reloads the current tab after clearing to make developers/testers to test the application quickly without any cache holding problems. 扩展基本信息
| 名称 | |
| ID | bjliapfodonnhhonikmjgpjnophbmalk |
| 官方URL | https://chromewebstore.google.com/detail/clear-reload/bjliapfodonnhhonikmjgpjnophbmalk |
| 简介 | Wipe browser dumps and reloads current tab to perform cache free operations. |
| 文件大小 | 21.68 KB |
| 安装次数 | 271 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2020-05-06 |
| 上架时间 | 2020-05-06 |
| 评分 | 4.67/5 共3次评分 |
| 开发者 | Sabarish Srinivasan |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Clear & Reload",
"version": "1.0.2",
"description": "Wipe browser dumps and reloads current tab to perform cache free operations.",
"browser_action": {
"default_icon": "icons\/icon128.png"
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"permissions": [
"browsingData"
],
"background": {
"scripts": [
"background.js"
]
}
} | |