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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
            ]
        }
    ]
}