Go to Sound Tab
Takes you to the tab that is generating sound
¿Qué es Go to Sound Tab?
Go to Sound Tab es una extensión de Chrome desarrollada por Unknown, y su función principal es "Takes you to the tab that is generating sound".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Go to Sound Tab
Descarga archivos de extensión Go to 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
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
Información Básica de la Extensión
Nombre | Go to Sound Tab |
ID | jchebkhlmlddngocdbbdolapcjcoogfm |
URL Oficial | https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm |
Descripción | Takes you to the tab that is generating sound |
Tamaño del Archivo | 17.32 KB |
Cantidad de Instalaciones | 52 |
Versión Actual | 0.0.1 |
Última Actualización | 2020-04-16 |
Fecha de Publicación | 2020-04-16 |
Calificación | 4.50/5 Total de 2 Calificaciones |
Desarrollador | Unknown |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/cyberst/go-to-sound-tab/ |
URL de la Página de Ayuda | https://github.com/cyberst/go-to-sound-tab/issues |
Idiomas Soportados | 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" } } |