Visual notifications
This extension shows a visual notification when inactive tab plays sound.
什么是Visual notifications?
Visual notifications是由Łukasz Gruszka开发的Chrome扩展程序,该扩展的主要功能是“This extension shows a visual notification when inactive tab plays sound.”。
扩展截图
下载Visual notifications扩展crx文件
下载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 } } |