Sound Found
Sound Found is a simple lightweight chrome extension that helps the user to quickly locate and manage audible tabs. With the…
Sound Found là gì?
Sound Found là một tiện ích mở rộng Chrome được phát triển bởi soundfound188, và tính năng chính của nó là "Sound Found is a simple lightweight chrome extension that helps the user to quickly locate and manage audible tabs. With the…".
Ả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 Found
Tải xuống các tệp mở rộng Sound Found 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
Sound Found is a simple lightweight chrome extension that helps the user to quickly locate and manage audible tabs. With the ability to SELECT, PAUSE, MUTE and REMOVE audible tabs at any time! Ever had several tabs open, perhaps even tabs on other windows, and can’t seem to find the one tab playing sound amongst the many? Now you can simply press the extension on the top right of your browser and it will provide a list of all audible tabs to manage: 1) Click the title to quickly navigate to the chosen tab; 2) Selected audible tabs can be conveniently paused for later viewing or removed at any time; 3) Click the eye to quickly mute/unmute all audible tabs. Maybe you want to find audible tabs quicker? Use Alt + Shift + Comma to cycle through all audible tabs or Alt + Shift + M to mute/unmute all. Pause/play works with several popular websites such as Youtube, Twitch.tv, Netflix, Spotify, SoundCloud and much more! Features: Manage specific audible tabs with dropdown Cycle through audible tabs: Alt + Shift + Comma Mute/Unmute all audible tabs: Alt + Shift + M Sound Found works specifically to detect only AUDIBLE tabs If you have any suggestions for future updates let me know at [email protected]
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sound Found |
ID | hdboefheamcmgbcjaedogecdikoomkhi |
URL Chính Thức | https://chromewebstore.google.com/detail/sound-found/hdboefheamcmgbcjaedogecdikoomkhi |
Mô tả | Sound Found is a simple lightweight chrome extension that helps the user to quickly locate and manage audible tabs. With the… |
Kích Thước Tệp | 151 KB |
Số Lần Cài Đặt | 227 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2019-01-15 |
Ngày Phát Hành | 2019-01-10 |
Đánh Giá | 5.00/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | soundfound188 |
[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 Found", "version": "1.1", "manifest_version": 2, "browser_action": { "default_title": "Find active tabs", "default_icon": "eye.png", "default_popup": "popup.html" }, "icons": { "16": "eye.png", "48": "eye.png", "128": "eye.png" }, "background": { "scripts": [ "background.js" ] }, "commands": { "active_browse": { "description": "Browse all active audio tabs", "suggested_key": { "default": "Alt+Shift+Comma" } }, "mute_all": { "description": "Mute all active tabs", "suggested_key": { "default": "Alt+Shift+M" } } }, "permissions": [ "tabs", " |