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
官方網址 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"
            ]
        }
    ]
}