Visual notifications
This extension shows a visual notification when inactive tab plays sound.
O que é Visual notifications?
Visual notifications é uma extensão do Chrome desenvolvida por Łukasz Gruszka, e sua principal característica é "This extension shows a visual notification when inactive tab plays sound.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Visual notifications
Baixe arquivos de extensão Visual notifications no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hccnejohbgldakdfachpcodflnplbmfo |
URL Oficial | https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo |
Descrição | This extension shows a visual notification when inactive tab plays sound. |
Tamanho do Arquivo | 11.97 KB |
Contagem de Instalações | 187 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-12-09 |
Data de Publicação | 2017-05-18 |
Classificação | 3.67/5 Total de 3 Avaliações |
Desenvolvedor | Łukasz Gruszka |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } } |