Go to Sound Tab

Takes you to the tab that is generating sound

Cos'è Go to Sound Tab?

Go to Sound Tab è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Takes you to the tab that is generating sound".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Go to Sound Tab

Scarica i file di estensione Go to Sound Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Go to Sound Tab Go to Sound Tab
ID jchebkhlmlddngocdbbdolapcjcoogfm
URL Ufficiale https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm
Descrizione Takes you to the tab that is generating sound
Dimensione del File 17.32 KB
Conteggio Installazioni 52
Versione Corrente 0.0.1
Ultimo Aggiornamento 2020-04-16
Data di Pubblicazione 2020-04-16
Valutazione 4.50/5 Totale 2 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/cyberst/go-to-sound-tab/
URL della Pagina di Aiuto https://github.com/cyberst/go-to-sound-tab/issues
Lingue Supportate 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"
    }
}