Smart Tab Mute
Ensures that only one tab plays audio at the same time
Smart Tab Muteคืออะไร?
Smart Tab Mute เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Moritz Kobrna และคุณลักษณะหลักของมันคือ "Ensures that only one tab plays audio at the same time"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Tab Mute
ดาวน์โหลดไฟล์ส่วนขยาย Smart Tab Mute ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Smart Tab Mute ensures that only one tab is playing sound at the same time The extension is also available for Firefox: https://addons.mozilla.org/de/firefox/addon/smart-tab-mute/
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Smart Tab Mute |
ID | dnfbgicfhchdpogmafjifjgbcjdaikgn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/smart-tab-mute/dnfbgicfhchdpogmafjifjgbcjdaikgn |
คำอธิบาย | Ensures that only one tab plays audio at the same time |
ขนาดไฟล์ | 71.62 KB |
จำนวนการติดตั้ง | 4,168 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2016-07-24 |
วันที่เผยแพร่ | 2016-07-24 |
คะแนน | 3.91/5 รวมทั้งหมด 34 คะแนน |
ผู้พัฒนา | Moritz Kobrna |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Smart Tab Mute", "description": "Ensures that only one tab plays audio at the same time", "version": "1.0.1", "icons": { "16": "images\/icon128.png", "48": "images\/icon128.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |