Camelot DJ
Filter Beatport track lists by key.
Camelot DJ क्या है?
Camelot DJ raquel.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Filter Beatport track lists by key."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Camelot DJ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Camelot DJ |
ID | odinfabcmlogdpdkghggkkpdjlbeloeg |
आधिकारिक URL | https://chromewebstore.google.com/detail/camelot-dj/odinfabcmlogdpdkghggkkpdjlbeloeg |
विवरण | Filter Beatport track lists by key. |
फ़ाइल का आकार | 16.72 KB |
स्थापना संख्या | 489 |
वर्तमान संस्करण | 0.4.2 |
अंतिम अपडेट | 2021-03-24 |
प्रकाशन तिथि | 2020-12-23 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | raquel.io |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://camelotdj.com/ |
सहायता पृष्ठ URL | https://github.com/qel/camelotdj |
समर्थित भाषाएँ | 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" ] } ] } |