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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 } } |