Tab DJ
Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.
Tab DJคืออะไร?
Tab DJ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย David Schlachter และคุณลักษณะหลักของมันคือ "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab DJ
ดาวน์โหลดไฟล์ส่วนขยาย Tab DJ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Per-tab stereo audio panning (left-right balance) and volume. Works as a simple DJ app: send one channel to speakers while previewing (pre-listening) on another. Can be used with a LR -> LL & LR DJ cable. Free and open source: https://github.com/davidschlachter/TabDJ Permissions: activeTab: access the content of a tab tabCapture: capture audio from tabs in order to apply filters
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab DJ |
ID | bfibdamncbfdindaeeecehmgkdjenjgb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-dj/bfibdamncbfdindaeeecehmgkdjenjgb |
คำอธิบาย | Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another. |
ขนาดไฟล์ | 21.77 KB |
จำนวนการติดตั้ง | 3,609 |
เวอร์ชันปัจจุบัน | 0.4 |
อัปเดตครั้งล่าสุด | 2021-07-27 |
วันที่เผยแพร่ | 2019-02-11 |
คะแนน | 4.62/5 รวมทั้งหมด 21 คะแนน |
ผู้พัฒนา | David Schlachter |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/davidschlachter/TabDJ |
ภาษาที่รองรับ | en,en-GB,fr,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_appName__", "version": "0.4", "short_name": "Tab DJ", "description": "__MSG_appDesc__", "default_locale": "en", "permissions": [ "tabCapture", "activeTab" ], "background": { "scripts": [ "browser-polyfill\/browser-polyfill.min.js", "background.js" ], "persistent": true }, "browser_action": { "default_title": "Tab DJ", "default_icon": "icon-48.png", "default_popup": "popup.html" }, "icons": { "128": "icon-128.png", "48": "icon-48.png" }, "manifest_version": 2 } |