Visual notifications

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

What is Visual notifications?

Visual notifications is a Chrome extension developed by Łukasz Gruszka, and its main feature is "This extension shows a visual notification when inactive tab plays sound.".

Extension Screenshots

screenshot
screenshot

Download Visual notifications Extension CRX File

Download Visual notifications extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Visual notifications Visual notifications
ID hccnejohbgldakdfachpcodflnplbmfo
Official URL https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo
Description This extension shows a visual notification when inactive tab plays sound.
File Size 11.97 KB
Installation Count 187
Current Version 1.0.1
Last Updated 2023-12-09
Publish Date 2017-05-18
Rating 3.67/5 Total 3 Ratings
Developer Łukasz Gruszka
Email [email protected]
Payment Type free
Supported Languages 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
    }
}