Chrome No Cache Refresh
切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。
什么是Chrome No Cache Refresh?
Chrome No Cache Refresh是由https://xhay1122.com开发的Chrome扩展程序,该扩展的主要功能是“切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。”。
扩展截图
下载Chrome No Cache Refresh扩展crx文件
下载Chrome No Cache Refresh扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
开发当中,我们切换host后不能立马生效,往往需要重启浏览器或者清缓存才能解决。
如果使用该插件,只需要点击插件小图标,host就能立马生效,并能够贴心的帮你刷新当前页面。
注意⚠️:
安装前,需先开启权限。
权限开启方法:
地址栏输入: chrome://flags/#extensions-on-chrome-urls
设置选中项为Enabled;
根据提示重启浏览器;
安装该插件。 扩展基本信息
| 名称 | |
| ID | cjbabfkaicdfoahaabkheejnkbomdogk |
| 官方URL | https://chromewebstore.google.com/detail/chrome-no-cache-refresh/cjbabfkaicdfoahaabkheejnkbomdogk |
| 简介 | 切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。 |
| 文件大小 | 36.13 KB |
| 安装次数 | 247 |
| 当前版本 | 0.0.5 |
| 更新时间 | 2019-04-11 |
| 上架时间 | 2019-04-07 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://xhay1122.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Chrome No Cache Refresh",
"description": "\u5207\u6362host\u540e\uff0c\u53ea\u8981\u70b9\u4e00\u4e0b\u63d2\u4ef6\u5c31\u80fd\u7acb\u5373\u6e05\u7a7a\u7f13\u5b58\uff0c\u5e76\u81ea\u52a8\u5237\u65b0\u5f53\u524d\u9875\u9762\u3002",
"version": "0.0.5",
"author": "xhay",
"icons": {
"64": "img\/iconx64.png",
"128": "img\/iconx128.png",
"256": "img\/iconx256.png"
},
"background": {
"scripts": [
"index.js"
]
},
"options_page": "options.html",
"browser_action": {
"default_icon": {
"19": "img\/iconx19.png",
"38": "img\/iconx38.png"
},
"default_title": "Click to refresh"
},
"permissions": [
"activeTab",
"storage",
"chrome:\/\/net-internals\/#sockets",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"homepage_url": "https:\/\/xhay1122.com"
} | |