Visual notifications

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

Visual notificationsとは何ですか?

Visual notificationsはŁukasz Gruszkaによって開発されたChromeの拡張機能で、その主な機能は「This extension shows a visual notification when inactive tab plays sound.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Visual notifications拡張機能のCRXファイルをダウンロード

Visual notifications拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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
    }
}