Visual notifications

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

Vad är Visual notifications?

Visual notifications är en Chrome-tillägg utvecklad av Łukasz Gruszka, och dess huvudfunktion är "This extension shows a visual notification when inactive tab plays sound.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Visual notifications-förlängningens CRX-fil

Ladda ner Visual notifications-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Visual notifications Visual notifications
ID hccnejohbgldakdfachpcodflnplbmfo
Officiell webbadress https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo
Beskrivning This extension shows a visual notification when inactive tab plays sound.
Filstorlek 11.97 KB
Antal Installationer 187
Aktuell Version 1.0.1
Senast Uppdaterad 2023-12-09
Publiceringsdatum 2017-05-18
Betyg 3.67/5 Totalt 3 Betyg
Utvecklare Łukasz Gruszka
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}