Camelot DJ

Filter Beatport track lists by key.

什么是Camelot DJ?

Camelot DJ是由raquel.io开发的Chrome扩展程序,该扩展的主要功能是“Filter Beatport track lists by key.”。

扩展截图

screenshot
screenshot

下载Camelot DJ扩展crx文件

下载Camelot DJ扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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"
            ]
        }
    ]
}