Visual notifications

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

Co je Visual notifications?

Visual notifications je rozšíření Chrome vyvinuté Łukasz Gruszka, a jeho hlavní funkcí je „This extension shows a visual notification when inactive tab plays sound.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Visual notifications

Stáhněte si soubory rozšíření Visual notifications ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Visual notifications Visual notifications
ID hccnejohbgldakdfachpcodflnplbmfo
Oficiální URL https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo
Popis This extension shows a visual notification when inactive tab plays sound.
Velikost souboru 11.97 KB
Počet instalací 187
Aktuální Verze 1.0.1
Poslední Aktualizace 2023-12-09
Datum Vydání 2017-05-18
Hodnocení 3.67/5 Celkem 3 Hodnocení
Vývojář Łukasz Gruszka
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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
    }
}