Chrome No Cache Refresh

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

Cos'è Chrome No Cache Refresh?

Chrome No Cache Refresh è un'estensione di Chrome sviluppata da https://xhay1122.com, e la sua funzione principale è "切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Chrome No Cache Refresh

Scarica i file di estensione Chrome No Cache Refresh in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

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

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

Informazioni di Base sull'Estensione

Nome Chrome No Cache Refresh Chrome No Cache Refresh
ID cjbabfkaicdfoahaabkheejnkbomdogk
URL Ufficiale https://chromewebstore.google.com/detail/chrome-no-cache-refresh/cjbabfkaicdfoahaabkheejnkbomdogk
Descrizione 切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。
Dimensione del File 36.13 KB
Conteggio Installazioni 247
Versione Corrente 0.0.5
Ultimo Aggiornamento 2019-04-11
Data di Pubblicazione 2019-04-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://xhay1122.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}