Shut the tab up!

Auto mutes tabs that are inactive.

Shut the tab up!คืออะไร?

Shut the tab up! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Snackbits และคุณลักษณะหลักของมันคือ "Auto mutes tabs that are inactive."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Shut the tab up!

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

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

                        This extension will mute tabs that are inactive. So you will only hear sounds of the current active tab.
You can also choose if you want to mute pinned tabs or not.

*****************************
RELEASE NOTES
*****************************
v.1.3.2
- New icons to also fit browsers dark mode

v.1.3.1
- Migration for Chrome Manifest V3 support

v.1.3.0
- Added enabled/disabled indicator icon

v.1.2.0
- Added toggle muting hotkey (Alt+M)

v.1.1.0
- Changed extension name
- Added german translation                    

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

ชื่อ Shut the tab up! Shut the tab up!
ID obnfocapbfldffaifphopebabhclccmc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/shut-the-tab-up/obnfocapbfldffaifphopebabhclccmc
คำอธิบาย Auto mutes tabs that are inactive.
ขนาดไฟล์ 40.41 KB
จำนวนการติดตั้ง 721
เวอร์ชันปัจจุบัน 1.3.2
อัปเดตครั้งล่าสุด 2023-01-22
วันที่เผยแพร่ 2016-02-03
คะแนน 4.40/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา Snackbits
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.3.2",
    "default_locale": "en",
    "author": "WebIT-Service",
    "minimum_chrome_version": "88",
    "icons": {
        "16": "assets\/mute-16x16.png",
        "32": "assets\/mute-32x32.png",
        "48": "assets\/mute-48x48.png",
        "128": "assets\/mute-128x128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "__MSG_actionTitle__",
        "default_icon": "assets\/mute-16x16.png",
        "default_popup": "options.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "commands": {
        "toggle-muting": {
            "suggested_key": {
                "default": "Alt+M"
            },
            "description": "__MSG_toggleOnOff__"
        }
    }
}