Camelot DJ

Filter Beatport track lists by key.

Camelot DJคืออะไร?

Camelot DJ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย raquel.io และคุณลักษณะหลักของมันคือ "Filter Beatport track lists by key."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Camelot DJ

ดาวน์โหลดไฟล์ส่วนขยาย 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"
            ]
        }
    ]
}