Sound Tab
Quickly switch to tabs that are making sounds
Sound Tab là gì?
Sound Tab là một tiện ích mở rộng Chrome được phát triển bởi grahamwglee, và tính năng chính của nó là "Quickly switch to tabs that are making sounds".
Ả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 Sound Tab
Tải xuống các tệp mở rộng Sound Tab 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
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sound Tab |
ID | poheidbodnopapiohmaiicjljellfneg |
URL Chính Thức | https://chromewebstore.google.com/detail/sound-tab/poheidbodnopapiohmaiicjljellfneg |
Mô tả | Quickly switch to tabs that are making sounds |
Kích Thước Tệp | 12.89 KB |
Số Lần Cài Đặt | 754 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2018-07-07 |
Ngày Phát Hành | 2018-07-07 |
Đánh Giá | 4.29/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | grahamwglee |
[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", "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" } } |