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是由David Schlachter开发的Chrome扩展程序,该扩展的主要功能是“Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.”。
扩展截图
下载Tab DJ扩展crx文件
下载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 } |