Visual notifications
This extension shows a visual notification when inactive tab plays sound.
Co to jest Visual notifications?
Visual notifications to rozszerzenie Chrome opracowane przez Łukasz Gruszka, a jego główną funkcją jest „This extension shows a visual notification when inactive tab plays sound.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Visual notifications
Pobierz pliki rozszerzeń Visual notifications w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hccnejohbgldakdfachpcodflnplbmfo |
Oficjalny URL | https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo |
Opis | This extension shows a visual notification when inactive tab plays sound. |
Rozmiar pliku | 11.97 KB |
Liczba instalacji | 187 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2023-12-09 |
Data Publikacji | 2017-05-18 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Łukasz Gruszka |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } } |