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文件
下載Sound Tab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
官方網址 | 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" } } |