Tab DJ

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

Vad är Tab DJ?

Tab DJ är en Chrome-tillägg utvecklad av David Schlachter, och dess huvudfunktion är "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Tab DJ-förlängningens CRX-fil

Ladda ner Tab DJ-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Tab DJ Tab DJ
ID bfibdamncbfdindaeeecehmgkdjenjgb
Officiell webbadress https://chromewebstore.google.com/detail/tab-dj/bfibdamncbfdindaeeecehmgkdjenjgb
Beskrivning Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.
Filstorlek 21.77 KB
Antal Installationer 3,609
Aktuell Version 0.4
Senast Uppdaterad 2021-07-27
Publiceringsdatum 2019-02-11
Betyg 4.62/5 Totalt 21 Betyg
Utvecklare David Schlachter
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/davidschlachter/TabDJ
Stödda Språk 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
}