Really Mute Inactive Tabs LT.
This extension mute inactive tabs
Really Mute Inactive Tabs LT.คืออะไร?
Really Mute Inactive Tabs LT. เป็นส่วนขยายของ Chrome ที่พัฒนาโดย mallain.com และคุณลักษณะหลักของมันคือ "This extension mute inactive tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Really Mute Inactive Tabs LT.
ดาวน์โหลดไฟล์ส่วนขยาย Really Mute Inactive Tabs LT. ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension mute inactive tabs automatically. In order to make this extension work you have to enable tab audio muting UI control in Chrome flags To do so go to: chrome://flags/ Find Enable tab audio muting UI control. Click on Enable. Restart Chrome. Voila! Get pro version here: https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/pjpajaodlaollgnoonbnlcpopkfcdajk
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jdecdhgamljdfjlhbgdclgfkkcbdbaen |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/really-mute-inactive-tabs/jdecdhgamljdfjlhbgdclgfkkcbdbaen |
คำอธิบาย | This extension mute inactive tabs |
ขนาดไฟล์ | 31.22 KB |
จำนวนการติดตั้ง | 858 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2017-01-06 |
วันที่เผยแพร่ | 2017-01-06 |
คะแนน | 3.50/5 รวมทั้งหมด 10 คะแนน |
ผู้พัฒนา | mallain.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://mallain.com/Apps.aspx |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Really Mute Inactive Tabs LT.", "description": "This extension mute inactive tabs", "version": "1.0", "browser_action": { "default_icon": "iconOn.png" }, "background": { "scripts": [ "eventPage.js" ], "persistent": false }, "permissions": [ "tabs", "storage" ] } |