Go to Sound Tab

Takes you to the tab that is generating sound

Apa itu Go to Sound Tab?

Go to Sound Tab adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Takes you to the tab that is generating sound".

Screenshot Ekstensi

Unduh Berkas CRX Ekstensi Go to Sound Tab

Unduh file ekstensi Go to Sound Tab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Go to Sound Tab Go to Sound Tab
ID jchebkhlmlddngocdbbdolapcjcoogfm
URL Resmi https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm
Deskripsi Takes you to the tab that is generating sound
Ukuran File 17.32 KB
Jumlah Instalasi 52
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2020-04-16
Tanggal Publikasi 2020-04-16
Penilaian 4.50/5 Total 2 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/cyberst/go-to-sound-tab/
URL Halaman Bantuan https://github.com/cyberst/go-to-sound-tab/issues
Bahasa yang Didukung 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"
    }
}