Tab DJ

Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.

Tab DJ là gì?

Tab DJ là một tiện ích mở rộng Chrome được phát triển bởi David Schlachter, và tính năng chính của nó là "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Tab DJ

Tải xuống các tệp mở rộng Tab DJ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Tab DJ Tab DJ
ID bfibdamncbfdindaeeecehmgkdjenjgb
URL Chính Thức https://chromewebstore.google.com/detail/tab-dj/bfibdamncbfdindaeeecehmgkdjenjgb
Mô tả Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.
Kích Thước Tệp 21.77 KB
Số Lần Cài Đặt 3,609
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2021-07-27
Ngày Phát Hành 2019-02-11
Đánh Giá 4.62/5 Tổng số 21 Đánh Giá
Nhà Phát Triển David Schlachter
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/davidschlachter/TabDJ
Ngôn Ngữ Được Hỗ Trợ 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
}