Tab DJ
Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.
Cos'è Tab DJ?
Tab DJ è un'estensione di Chrome sviluppata da David Schlachter, e la sua funzione principale è "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Tab DJ
Scarica i file di estensione Tab DJ in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Tab DJ |
ID | bfibdamncbfdindaeeecehmgkdjenjgb |
URL Ufficiale | https://chromewebstore.google.com/detail/tab-dj/bfibdamncbfdindaeeecehmgkdjenjgb |
Descrizione | Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another. |
Dimensione del File | 21.77 KB |
Conteggio Installazioni | 3,609 |
Versione Corrente | 0.4 |
Ultimo Aggiornamento | 2021-07-27 |
Data di Pubblicazione | 2019-02-11 |
Valutazione | 4.62/5 Totale 21 Valutazioni |
Sviluppatore | David Schlachter |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/davidschlachter/TabDJ |
Lingue Supportate | 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 } |