Tab DJ

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

Qu'est-ce que Tab DJ ?

Tab DJ est une extension Chrome développée par David Schlachter, et sa fonction principale est "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tab DJ

Téléchargez les fichiers d'extension Tab DJ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tab DJ Tab DJ
ID bfibdamncbfdindaeeecehmgkdjenjgb
URL Officiel https://chromewebstore.google.com/detail/tab-dj/bfibdamncbfdindaeeecehmgkdjenjgb
Description Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.
Taille du Fichier 21.77 KB
Nombre d'Installations 3,609
Version Actuelle 0.4
Dernière Mise à Jour 2021-07-27
Date de Publication 2019-02-11
Évaluation 4.62/5 Total 21 Évaluations
Développeur David Schlachter
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/davidschlachter/TabDJ
Langues Prises en Charge 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
}