Chrome No Cache Refresh

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

Chrome No Cache Refreshคืออะไร?

Chrome No Cache Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xhay1122.com และคุณลักษณะหลักของมันคือ "切换host后,只要点一下插件就能立即清空缓存,并自动刷新当前页面。"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chrome No Cache Refresh

ดาวน์โหลดไฟล์ส่วนขยาย Chrome No Cache Refresh ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

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

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Chrome No Cache Refresh Chrome No Cache Refresh
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"
}