Sound Tab
Quickly switch to tabs that are making sounds
Sound Tabคืออะไร?
Sound Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย grahamwglee และคุณลักษณะหลักของมันคือ "Quickly switch to tabs that are making sounds"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Sound Tab
ดาวน์โหลดไฟล์ส่วนขยาย Sound Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quickly switch to tabs that are making sounds by clicking the extension icon or by the shortcut Alt+Shift+S. If you are like me who usually have plenty of tabs open spread over several windows, it can be difficult to find which tab is playing sounds. You can now quickly jump to tabs that are making sounds with this extension! If two or more tabs are playing sounds, the extension will cycle through all of those tabs with each press, so that you can filter out the sounds you don't need and keep on listening to the tabs you want to play! The default shortcut is Alt+Shift+S. Keybindings can be edited through the "Keyboard Shortcut" menu at chrome://extensions/shortcuts Icon created by Hamish from Noun Project
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Sound Tab |
ID | poheidbodnopapiohmaiicjljellfneg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/sound-tab/poheidbodnopapiohmaiicjljellfneg |
คำอธิบาย | Quickly switch to tabs that are making sounds |
ขนาดไฟล์ | 12.89 KB |
จำนวนการติดตั้ง | 754 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2018-07-07 |
วันที่เผยแพร่ | 2018-07-07 |
คะแนน | 4.29/5 รวมทั้งหมด 7 คะแนน |
ผู้พัฒนา | grahamwglee |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Sound Tab", "version": "0.1", "description": "Quickly switch to tabs that are making sounds", "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_title": "Switch to audible tab" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+S" }, "description": "Switch to audible tab" } }, "manifest_version": 2, "minimum_chrome_version": "45", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |