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
Eメール [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"
            ]
        }
    ]
}