Pinpoint Sound

Pinpoints tabs playing sound

什麼是Pinpoint Sound?

Pinpoint Sound是由Zeno開發的Chrome擴展程式,該擴展的主要功能是“Pinpoints tabs playing sound”。

擴展截圖

screenshot
screenshot
screenshot

下載Pinpoint Sound擴展crx文件

下載Pinpoint Sound擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Pinpoint Sound Pinpoint Sound
ID gmlbblkahooncpccdfedipagbbfcnigb
官方網址 https://chromewebstore.google.com/detail/pinpoint-sound/gmlbblkahooncpccdfedipagbbfcnigb
簡介 Pinpoints tabs playing sound
檔案大小 7.62 KB
安裝次數 264
目前版本 0.3
更新時間 2023-03-31
上架時間 2022-06-04
評分 5.00/5 共 1 次評分
開發者 Zeno
電子郵箱 [email protected]
付費類型 free
擴展官網 https://linktr.ee/Zeno_code
支援的語言 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"
    }
}