Go to Sound Tab
Takes you to the tab that is generating sound
Co to jest Go to Sound Tab?
Go to Sound Tab to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Takes you to the tab that is generating sound”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Go to Sound Tab
Pobierz pliki rozszerzeń Go to Sound Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Go to Sound Tab |
ID | jchebkhlmlddngocdbbdolapcjcoogfm |
Oficjalny URL | https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm |
Opis | Takes you to the tab that is generating sound |
Rozmiar pliku | 17.32 KB |
Liczba instalacji | 52 |
Aktualna Wersja | 0.0.1 |
Ostatnia Aktualizacja | 2020-04-16 |
Data Publikacji | 2020-04-16 |
Ocena | 4.50/5 Łącznie 2 Oceny |
Deweloper | Unknown |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/cyberst/go-to-sound-tab/ |
Adres URL Strony Pomocy | https://github.com/cyberst/go-to-sound-tab/issues |
Obsługiwane Języki | 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" } } |