Go to Sound Tab

Takes you to the tab that is generating sound

Go to Sound Tabคืออะไร?

Go to Sound Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Takes you to the tab that is generating sound"

ภาพหน้าจอของส่วนขยาย

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Go to Sound Tab

ดาวน์โหลดไฟล์ส่วนขยาย Go to Sound Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Go to Sound Tab Go to Sound Tab
ID jchebkhlmlddngocdbbdolapcjcoogfm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/go-to-sound-tab/jchebkhlmlddngocdbbdolapcjcoogfm
คำอธิบาย Takes you to the tab that is generating sound
ขนาดไฟล์ 17.32 KB
จำนวนการติดตั้ง 52
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2020-04-16
วันที่เผยแพร่ 2020-04-16
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/cyberst/go-to-sound-tab/
URL หน้าช่วยเหลือ https://github.com/cyberst/go-to-sound-tab/issues
ภาษาที่รองรับ 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"
    }
}