Sound Tab

Quickly switch to tabs that are making sounds

¿Qué es Sound Tab?

Sound Tab es una extensión de Chrome desarrollada por grahamwglee, y su función principal es "Quickly switch to tabs that are making sounds".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Sound Tab

Descarga archivos de extensión Sound Tab en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Sound Tab Sound Tab
ID poheidbodnopapiohmaiicjljellfneg
URL Oficial https://chromewebstore.google.com/detail/sound-tab/poheidbodnopapiohmaiicjljellfneg
Descripción Quickly switch to tabs that are making sounds
Tamaño del Archivo 12.89 KB
Cantidad de Instalaciones 754
Versión Actual 0.1
Última Actualización 2018-07-07
Fecha de Publicación 2018-07-07
Calificación 4.29/5 Total de 7 Calificaciones
Desarrollador grahamwglee
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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"
    }
}