Visual notifications
This extension shows a visual notification when inactive tab plays sound.
Что такое Visual notifications?
Visual notifications - это расширение Chrome, разработанное Łukasz Gruszka, и его основная функция - "This extension shows a visual notification when inactive tab plays sound.".
Снимки экрана расширения
Скачать файл CRX расширения Visual notifications
Скачайте файлы расширений Visual notifications в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | hccnejohbgldakdfachpcodflnplbmfo |
Официальный URL | https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo |
Описание | This extension shows a visual notification when inactive tab plays sound. |
Размер файла | 11.97 KB |
Количество установок | 187 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2023-12-09 |
Дата публикации | 2017-05-18 |
Рейтинг | 3.67/5 Всего 3 оценок |
Разработчик | Łukasz Gruszka |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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 } } |