Visual notifications

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

Cos'è Visual notifications?

Visual notifications è un'estensione di Chrome sviluppata da Łukasz Gruszka, e la sua funzione principale è "This extension shows a visual notification when inactive tab plays sound.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Visual notifications

Scarica i file di estensione Visual notifications in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Visual notifications Visual notifications
ID hccnejohbgldakdfachpcodflnplbmfo
URL Ufficiale https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo
Descrizione This extension shows a visual notification when inactive tab plays sound.
Dimensione del File 11.97 KB
Conteggio Installazioni 187
Versione Corrente 1.0.1
Ultimo Aggiornamento 2023-12-09
Data di Pubblicazione 2017-05-18
Valutazione 3.67/5 Totale 3 Valutazioni
Sviluppatore Łukasz Gruszka
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
    }
}