Stop Tab Title Flashing

Keep tab titles from flashing.

Stop Tab Title Flashingคืออะไร?

Stop Tab Title Flashing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Got Users และคุณลักษณะหลักของมันคือ "Keep tab titles from flashing."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stop Tab Title Flashing

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

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

                        Keep sites like Facebook, Twitter, Intercom, etc. from distracting you with flashing tab titles whenever you get a notification. Stay focused on what's important.

Github: https://github.com/akingabramson/stop_tab_title_flashing                    

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

ชื่อ Stop Tab Title Flashing Stop Tab Title Flashing
ID ahfalggielbibhgnlcighbmikbldibol
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/stop-tab-title-flashing/ahfalggielbibhgnlcighbmikbldibol
คำอธิบาย Keep tab titles from flashing.
ขนาดไฟล์ 20.11 KB
จำนวนการติดตั้ง 429
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-12-21
วันที่เผยแพร่ 2020-12-21
คะแนน 4.55/5 รวมทั้งหมด 11 คะแนน
ผู้พัฒนา Got Users
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stop Tab Title Flashing",
    "version": "0.0.1",
    "description": "Keep tab titles from flashing.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "stop_tab_flashing.js"
            ]
        }
    ]
}