Refresh All Tabs

Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.

Refresh All Tabsคืออะไร?

Refresh All Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Kingston Fung และคุณลักษณะหลักของมันคือ "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Refresh All Tabs

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

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

                        Hard refresh all tabs on the active window. No frills, no secrets, no hidden quirks. Just click to refresh your tabs!                    

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

ชื่อ Refresh All Tabs Refresh All Tabs
ID admnmicookbgmlgijaaonkeeclaoigch
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/refresh-all-tabs/admnmicookbgmlgijaaonkeeclaoigch
คำอธิบาย Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.
ขนาดไฟล์ 19.66 KB
จำนวนการติดตั้ง 356
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2023-07-08
วันที่เผยแพร่ 2020-10-05
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Kingston Fung
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/kingstonfung/refresh-all-tabs
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Refresh All Tabs",
    "version": "0.0.0.1",
    "manifest_version": 2,
    "description": "Refresh all tabs, bypassing locally stored cache (aka hard-refresh). That is all.",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Refresh All Tabs"
    },
    "background": {
        "scripts": [
            "js\/refresh-all-tabs.js"
        ],
        "persistent": false
    },
    "permissions": [
        "tabs"
    ]
}