Visual notifications
This extension shows a visual notification when inactive tab plays sound.
Was ist Visual notifications?
Visual notifications ist eine Chrome-Erweiterung, die von Łukasz Gruszka entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows a visual notification when inactive tab plays sound.".
Erweiterungsscreenshots
Visual notifications-Erweiterungs-CRX-Datei herunterladen
Laden Sie Visual notifications-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | hccnejohbgldakdfachpcodflnplbmfo |
Offizielle URL | https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo |
Beschreibung | This extension shows a visual notification when inactive tab plays sound. |
Dateigröße | 11.97 KB |
Installationsanzahl | 187 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2023-12-09 |
Veröffentlichungsdatum | 2017-05-18 |
Bewertung | 3.67/5 Insgesamt 3 Bewertungen |
Entwickler | Łukasz Gruszka |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } } |