Visual notifications

This extension shows a visual notification when inactive tab plays sound.

Visual notificationsคืออะไร?

Visual notifications เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Łukasz Gruszka และคุณลักษณะหลักของมันคือ "This extension shows a visual notification when inactive tab plays sound."

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

screenshot
screenshot

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

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

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

                        This is a simple extension that is monitoring tab activity. When the tab state was changed to audible (i.e. when tab started to play sound), tab's window will be notified with "drawAttention: true", operating system will mark the window state as URGENT and the button in a task bar will start blinking.

Usage:
- when there is a web chat client (e.g. whatsapp) and user wants to have visual notification in addition to sound notification,
- when some tab starts playing sound and user wants to find it quickly. 

Note that this extension works only with Linux operating system.                    

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

ชื่อ Visual notifications Visual notifications
ID hccnejohbgldakdfachpcodflnplbmfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo
คำอธิบาย This extension shows a visual notification when inactive tab plays sound.
ขนาดไฟล์ 11.97 KB
จำนวนการติดตั้ง 187
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2023-12-09
วันที่เผยแพร่ 2017-05-18
คะแนน 3.67/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา Łukasz Gruszka
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Visual notifications",
    "description": "This extension shows a visual notification when inactive tab plays sound.",
    "version": "1.0.1",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    }
}