Mute Tabs

This extension enables mute/unmute for all tabs in Google Chrome.

Mute Tabsคืออะไร?

Mute Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ykushch และคุณลักษณะหลักของมันคือ "This extension enables mute/unmute for all tabs in Google Chrome."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Mute Tabs

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

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

                        Muting and unmuting behavior will affect already opened and new tabs. I will appreciate for your proposals and bug reporting!                    

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

ชื่อ Mute Tabs Mute Tabs
ID dmnijdnindlggpbphaokobmejlkmneip
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/mute-tabs/dmnijdnindlggpbphaokobmejlkmneip
คำอธิบาย This extension enables mute/unmute for all tabs in Google Chrome.
ขนาดไฟล์ 40.94 KB
จำนวนการติดตั้ง 448
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-01-05
วันที่เผยแพร่ 2016-01-05
คะแนน 3.71/5 รวมทั้งหมด 14 คะแนน
ผู้พัฒนา ykushch
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mute Tabs",
    "version": "1.2",
    "description": "This extension enables mute\/unmute for all tabs in Google Chrome.",
    "icons": {
        "16": "images\/sound-16.png",
        "48": "images\/sound-48.png",
        "128": "images\/sound-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/sound-19.png",
            "38": "images\/sound-38.png"
        },
        "default_title": "Mute-Unmute"
    },
    "permissions": [
        "storage"
    ]
}