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 |
| 官方網址 | 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
}
} | |