Visual notifications
This extension shows a visual notification when inactive tab plays sound.
Visual notifications là gì?
Visual notifications là một tiện ích mở rộng Chrome được phát triển bởi Łukasz Gruszka, và tính năng chính của nó là "This extension shows a visual notification when inactive tab plays sound.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Visual notifications
Tải xuống các tệp mở rộng Visual notifications dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hccnejohbgldakdfachpcodflnplbmfo |
URL Chính Thức | https://chromewebstore.google.com/detail/visual-notifications/hccnejohbgldakdfachpcodflnplbmfo |
Mô tả | This extension shows a visual notification when inactive tab plays sound. |
Kích Thước Tệp | 11.97 KB |
Số Lần Cài Đặt | 187 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-12-09 |
Ngày Phát Hành | 2017-05-18 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Łukasz Gruszka |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |