Super Refresh

One button to refresh all tabs

Super Refreshคืออะไร?

Super Refresh เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Becky Mason และคุณลักษณะหลักของมันคือ "One button to refresh all tabs"

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

screenshot

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

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

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

                        Super Refresh refreshes all tabs using one button.

Features:
- Refresh all tabs
- Prevent cache
- Disable website alerts like “Do you want to leave the page”                    

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

ชื่อ Super Refresh Super Refresh
ID jfhbiggobcnahlbbmnajejlchndbicpn
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/super-refresh/jfhbiggobcnahlbbmnajejlchndbicpn
คำอธิบาย One button to refresh all tabs
ขนาดไฟล์ 78.61 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 2.4.5
อัปเดตครั้งล่าสุด 2021-01-30
วันที่เผยแพร่ 2021-01-30
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Becky Mason
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.notion.so/Privacy-policy-Super-Refresh-a053e86bc59046f5a24ef729c85c03bb
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/inactive.png"
        },
        "default_title": "__MSG_app_name__"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "icons\/icon-128.png",
        "48": "icons\/icon-48.png",
        "16": "icons\/icon-16.png"
    },
    "manifest_version": 2,
    "name": "__MSG_app_name__",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "2.4.5"
}