Visual notifications
This extension shows a visual notification when inactive tab plays sound.
¿Qué es Visual notifications?
Visual notifications es una extensión de Chrome desarrollada por Łukasz Gruszka, y su función principal es "This extension shows a visual notification when inactive tab plays sound.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Visual notifications
Descarga archivos de extensión Visual notifications en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | hccnejohbgldakdfachpcodflnplbmfo |
URL Oficial | https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo |
Descripción | This extension shows a visual notification when inactive tab plays sound. |
Tamaño del Archivo | 11.97 KB |
Cantidad de Instalaciones | 187 |
Versión Actual | 1.0.1 |
Última Actualización | 2023-12-09 |
Fecha de Publicación | 2017-05-18 |
Calificación | 3.67/5 Total de 3 Calificaciones |
Desarrollador | Łukasz Gruszka |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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 } } |