Visual notifications

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

Qu'est-ce que Visual notifications ?

Visual notifications est une extension Chrome développée par Łukasz Gruszka, et sa fonction principale est "This extension shows a visual notification when inactive tab plays sound.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Visual notifications

Téléchargez les fichiers d'extension Visual notifications au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Visual notifications Visual notifications
ID hccnejohbgldakdfachpcodflnplbmfo
URL Officiel https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo
Description This extension shows a visual notification when inactive tab plays sound.
Taille du Fichier 11.97 KB
Nombre d'Installations 187
Version Actuelle 1.0.1
Dernière Mise à Jour 2023-12-09
Date de Publication 2017-05-18
Évaluation 3.67/5 Total 3 Évaluations
Développeur Łukasz Gruszka
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
    }
}