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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة 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"
    }
}