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.”。

擴展截圖

screenshot
screenshot

下載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 Tab DJ
ID bfibdamncbfdindaeeecehmgkdjenjgb
官方網址 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
}