Sound Tab

Quickly switch to tabs that are making sounds

What is Sound Tab?

Sound Tab is a Chrome extension developed by grahamwglee, and its main feature is "Quickly switch to tabs that are making sounds".

Extension Screenshots

screenshot

Download Sound Tab Extension CRX File

Download Sound Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Quickly switch to tabs that are making sounds by clicking the extension icon or by the shortcut Alt+Shift+S. If you are like me who usually have plenty of tabs open spread over several windows, it can be difficult to find which tab is playing sounds. You can now quickly jump to tabs that are making sounds with this extension!

If two or more tabs are playing sounds, the extension will cycle through all of those tabs with each press, so that you can filter out the sounds you don't need and keep on listening to the tabs you want to play!

The default shortcut is Alt+Shift+S. Keybindings can be edited through the "Keyboard Shortcut" menu at chrome://extensions/shortcuts


Icon created by Hamish from Noun Project                    

Extension Basic Information

Name Sound Tab Sound Tab
ID poheidbodnopapiohmaiicjljellfneg
Official URL https://chromewebstore.google.com/detail/sound-tab/poheidbodnopapiohmaiicjljellfneg
Description Quickly switch to tabs that are making sounds
File Size 12.89 KB
Installation Count 754
Current Version 0.1
Last Updated 2018-07-07
Publish Date 2018-07-07
Rating 4.29/5 Total 7 Ratings
Developer grahamwglee
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sound Tab",
    "version": "0.1",
    "description": "Quickly switch to tabs that are making sounds",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Switch to audible tab"
    },
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Switch to audible tab"
        }
    },
    "manifest_version": 2,
    "minimum_chrome_version": "45",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}