Go to Sound Tab
Takes you to the tab that is generating sound
Was ist Go to Sound Tab?
Go to Sound Tab ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Takes you to the tab that is generating sound".
Erweiterungsscreenshots
Go to Sound Tab-Erweiterungs-CRX-Datei herunterladen
Laden Sie Go to Sound Tab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Go to Sound Tab |
ID | jchebkhlmlddngocdbbdolapcjcoogfm |
Offizielle URL | https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm |
Beschreibung | Takes you to the tab that is generating sound |
Dateigröße | 17.32 KB |
Installationsanzahl | 52 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2020-04-16 |
Veröffentlichungsdatum | 2020-04-16 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | Unknown |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/cyberst/go-to-sound-tab/ |
Hilfeseite URL | https://github.com/cyberst/go-to-sound-tab/issues |
Unterstützte Sprachen | 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" } } |