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
公式URL 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"
    }
}