Visual notifications
This extension shows a visual notification when inactive tab plays sound.
Wat is Visual notifications?
Visual notifications is een Chrome-extensie ontwikkeld door Łukasz Gruszka, en de belangrijkste functie is "This extension shows a visual notification when inactive tab plays sound.".
Extensie Screenshots
Download het CRX-bestand van de extensie Visual notifications
Download Visual notifications-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | hccnejohbgldakdfachpcodflnplbmfo |
Officiële URL | https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo |
Beschrijving | This extension shows a visual notification when inactive tab plays sound. |
Bestandsgrootte | 11.97 KB |
Aantal Installaties | 187 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2023-12-09 |
Publicatiedatum | 2017-05-18 |
Beoordeling | 3.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Łukasz Gruszka |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } } |