Pinpoint Sound

Pinpoints tabs playing sound

Pinpoint Sound là gì?

Pinpoint Sound là một tiện ích mở rộng Chrome được phát triển bởi Zeno, và tính năng chính của nó là "Pinpoints tabs playing sound".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Pinpoint Sound

Tải xuống các tệp mở rộng Pinpoint Sound 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

                        Pinpoint tabs playing sound by redirect you to the tab with sound with one click! if you have multiple sounds it while cycle through one by one

Have you ever had too many tabs open at once, with sound playing on one or more of them, and then had to hunt down the tab that was playing the sound? 

With a single click Pinpoint Sound lets you find the current tab playing sound. 

Find out which tab sound is coming from with Pinpoint Sound 

Updates 
0.2 Added context menu, right click to display Pinpoint Sound
0.1 initial release                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Pinpoint Sound Pinpoint Sound
ID gmlbblkahooncpccdfedipagbbfcnigb
URL Chính Thức https://chromewebstore.google.com/detail/pinpoint-sound/gmlbblkahooncpccdfedipagbbfcnigb
Mô tả Pinpoints tabs playing sound
Kích Thước Tệp 7.62 KB
Số Lần Cài Đặt 264
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2023-03-31
Ngày Phát Hành 2022-06-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Zeno
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://linktr.ee/Zeno_code
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Pinpoint Sound",
    "version": "0.3",
    "description": "Pinpoints tabs playing sound",
    "icons": {
        "16": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [],
    "action": {
        "default_title": "Pinpoint Sound"
    }
}