Chrome No Cache Refresh

切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。

What is Chrome No Cache Refresh?

Chrome No Cache Refresh is a Chrome extension developed by https://xhay1122.com, and its main feature is "切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。".

Extension Screenshots

screenshot
screenshot

Download Chrome No Cache Refresh Extension CRX File

Download Chrome No Cache Refresh extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        开发当中,我们切换host后不能立马生效,往往需要重启浏览器或者清缓存才能解决。

如果使用该插件,只需要点击插件小图标,host就能立马生效,并能够贴心的帮你刷新当前页面。

注意⚠️:
    安装前,需先开启权限。
权限开启方法:
    地址栏输入: chrome://flags/#extensions-on-chrome-urls 
    设置选中项为Enabled;
    根据提示重启浏览器;
    安装该插件。                    

Extension Basic Information

Name Chrome No Cache Refresh Chrome No Cache Refresh
ID cjbabfkaicdfoahaabkheejnkbomdogk
Official URL https://chromewebstore.google.com/detail/chrome-no-cache-refresh/cjbabfkaicdfoahaabkheejnkbomdogk
Description 切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。
File Size 36.13 KB
Installation Count 247
Current Version 0.0.5
Last Updated 2019-04-11
Publish Date 2019-04-07
Rating 5.00/5 Total 1 Ratings
Developer https://xhay1122.com
Email [email protected]
Payment Type free
Supported Languages 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"
}