Camelot DJ
Filter Beatport track lists by key.
Cos'è Camelot DJ?
Camelot DJ è un'estensione di Chrome sviluppata da raquel.io, e la sua funzione principale è "Filter Beatport track lists by key.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Camelot DJ
Scarica i file di estensione Camelot 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
An extension for DJs using Beatport. It adds a column with BPM and key (in Camelot notation) to track lists. This includes your Main Cart, Hold Bin and all Top 100 lists. It also adds a dashboard which allows you to select a key, then it filters the tracks which mix with that key. This is a beta version, so you'll probably encounter quirks. Feedback is appreciated!
Informazioni di Base sull'Estensione
Nome | Camelot DJ |
ID | odinfabcmlogdpdkghggkkpdjlbeloeg |
URL Ufficiale | https://chromewebstore.google.com/detail/camelot-dj/odinfabcmlogdpdkghggkkpdjlbeloeg |
Descrizione | Filter Beatport track lists by key. |
Dimensione del File | 16.72 KB |
Conteggio Installazioni | 489 |
Versione Corrente | 0.4.2 |
Ultimo Aggiornamento | 2021-03-24 |
Data di Pubblicazione | 2020-12-23 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | raquel.io |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://camelotdj.com/ |
URL della Pagina di Aiuto | https://github.com/qel/camelotdj |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Camelot DJ", "version": "0.4.2", "homepage_url": "http:\/\/camelotdj.com", "description": "Filter Beatport track lists by key.", "short_name": "camelotdj", "manifest_version": 2, "permissions": [], "icons": { "16": "icons\/cdj-0.77rem.png", "48": "icons\/cdj-2.15rem.png", "128": "icons\/camelotdj-1.87rem.png" }, "options_page": "src\/options.html", "content_scripts": [ { "matches": [ "https:\/\/www.beatport.com\/*" ], "run_at": "document_start", "js": [ "src\/content.js" ], "css": [ "src\/content.css" ] } ] } |