Camelot DJ
Filter Beatport track lists by key.
Qu'est-ce que Camelot DJ ?
Camelot DJ est une extension Chrome développée par raquel.io, et sa fonction principale est "Filter Beatport track lists by key.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Camelot DJ
Téléchargez les fichiers d'extension Camelot DJ au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Camelot DJ |
ID | odinfabcmlogdpdkghggkkpdjlbeloeg |
URL Officiel | https://chromewebstore.google.com/detail/camelot-dj/odinfabcmlogdpdkghggkkpdjlbeloeg |
Description | Filter Beatport track lists by key. |
Taille du Fichier | 16.72 KB |
Nombre d'Installations | 489 |
Version Actuelle | 0.4.2 |
Dernière Mise à Jour | 2021-03-24 |
Date de Publication | 2020-12-23 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | raquel.io |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://camelotdj.com/ |
URL de la Page d'Aide | https://github.com/qel/camelotdj |
Langues Prises en Charge | 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" ] } ] } |