Visual notifications

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

Visual notifications क्या है?

Visual notifications Łukasz Gruszka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows a visual notification when inactive tab plays sound."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Visual notifications एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
    }
}