Tab DJ

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

Co to jest Tab DJ?

Tab DJ to rozszerzenie Chrome opracowane przez David Schlachter, a jego główną funkcją jest „Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Tab DJ

Pobierz pliki rozszerzeń Tab DJ w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Tab DJ Tab DJ
ID bfibdamncbfdindaeeecehmgkdjenjgb
Oficjalny URL https://chromewebstore.google.com/detail/tab-dj/bfibdamncbfdindaeeecehmgkdjenjgb
Opis Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.
Rozmiar pliku 21.77 KB
Liczba instalacji 3,609
Aktualna Wersja 0.4
Ostatnia Aktualizacja 2021-07-27
Data Publikacji 2019-02-11
Ocena 4.62/5 Łącznie 21 Oceny
Deweloper David Schlachter
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/davidschlachter/TabDJ
Obsługiwane Języki 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
}