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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tab DJ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}