Sound Tab
Quickly switch to tabs that are making sounds
Sound Tab란 무엇입니까?
Sound Tab은(는) grahamwglee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Quickly switch to tabs that are making sounds"입니다.
확장 프로그램 스크린샷
Sound Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Quickly switch to tabs that are making sounds by clicking the extension icon or by the shortcut Alt+Shift+S. If you are like me who usually have plenty of tabs open spread over several windows, it can be difficult to find which tab is playing sounds. You can now quickly jump to tabs that are making sounds with this extension! If two or more tabs are playing sounds, the extension will cycle through all of those tabs with each press, so that you can filter out the sounds you don't need and keep on listening to the tabs you want to play! The default shortcut is Alt+Shift+S. Keybindings can be edited through the "Keyboard Shortcut" menu at chrome://extensions/shortcuts Icon created by Hamish from Noun Project
확장 프로그램 기본 정보
이름 | Sound Tab |
ID | poheidbodnopapiohmaiicjljellfneg |
공식 URL | https://chromewebstore.google.com/detail/sound-tab/poheidbodnopapiohmaiicjljellfneg |
설명 | Quickly switch to tabs that are making sounds |
파일 크기 | 12.89 KB |
설치 횟수 | 754 |
현재 버전 | 0.1 |
최근 업데이트 | 2018-07-07 |
출시 날짜 | 2018-07-07 |
평점 | 4.29/5 총 7 개의 평점 |
개발자 | grahamwglee |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sound Tab", "version": "0.1", "description": "Quickly switch to tabs that are making sounds", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Switch to audible tab" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Switch to audible tab" } }, "manifest_version": 2, "minimum_chrome_version": "45", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |