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 |
Eメール | [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 } |