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 هو إضافة Chrome تم تطويرها بواسطة David Schlachter، والميزة الرئيسية لها هي "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Tab DJ

قم بتنزيل ملفات الامتداد Tab DJ بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
}