Go to Sound Tab

Takes you to the tab that is generating sound

什麼是Go to Sound Tab?

Go to Sound Tab是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“Takes you to the tab that is generating sound”。

擴展截圖

下載Go to Sound Tab擴展crx文件

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

擴展使用說明

                        Go to Sound Tab takes you to the tab that is generating sound. 
As you click, it cycles through the audible tabs even if they are on multiple browser windows!

You are more than welcomed to post issues and make feature requests at github.com/cyberst/go-to-sound-tab/issues
Also you can see the GitHub repository for this extension at github.com/cyberst/go-to-sound-tab                    

擴展基本資訊

名稱 Go to Sound Tab Go to Sound Tab
ID jchebkhlmlddngocdbbdolapcjcoogfm
官方網址 https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm
簡介 Takes you to the tab that is generating sound
檔案大小 17.32 KB
安裝次數 52
目前版本 0.0.1
更新時間 2020-04-16
上架時間 2020-04-16
評分 4.50/5 共 2 次評分
開發者 Unknown
付費類型 free
擴展官網 https://github.com/cyberst/go-to-sound-tab/
說明頁面URL https://github.com/cyberst/go-to-sound-tab/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Go to Sound Tab",
    "description": "Takes you to the tab that is generating sound",
    "version": "0.0.1",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "background_script.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_title": "Go to Sound Tab"
    }
}