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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 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
}