Tab DJ
Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.
Wat is Tab DJ?
Tab DJ is een Chrome-extensie ontwikkeld door David Schlachter, en de belangrijkste functie is "Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tab DJ
Download Tab DJ-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | bfibdamncbfdindaeeecehmgkdjenjgb |
| Officiële URL | https://chromewebstore.google.com/detail/tab-dj/bfibdamncbfdindaeeecehmgkdjenjgb |
| Beschrijving | Per-tab stereo audio panning (balance) and volume. Simple DJ app, send one channel to speakers while previewing on another. |
| Bestandsgrootte | 21.77 KB |
| Aantal Installaties | 3,609 |
| Huidige Versie | 0.4 |
| Laatst Bijgewerkt | 2021-07-27 |
| Publicatiedatum | 2019-02-11 |
| Beoordeling | 4.62/5 Totaal 21 Beoordelingen |
| Ontwikkelaar | David Schlachter |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/davidschlachter/TabDJ |
| Ondersteunde Talen | 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
} | |