Tab DJ
Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.
O que é Tab DJ?
Tab DJ é uma extensão do Chrome desenvolvida por David Schlachter, e sua principal característica é "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Tab DJ
Baixe arquivos de extensão Tab DJ no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Tab DJ |
ID | bfibdamncbfdindaeeecehmgkdjenjgb |
URL Oficial | https://chromewebstore.google.com/detail/tab-dj/bfibdamncbfdindaeeecehmgkdjenjgb |
Descrição | Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another. |
Tamanho do Arquivo | 21.77 KB |
Contagem de Instalações | 3,609 |
Versão Atual | 0.4 |
Última Atualização | 2021-07-27 |
Data de Publicação | 2019-02-11 |
Classificação | 4.62/5 Total de 21 Avaliações |
Desenvolvedor | David Schlachter |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/davidschlachter/TabDJ |
Idiomas Suportados | 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 } |