Camelot DJ

Filter Beatport track lists by key.

Camelot DJ là gì?

Camelot DJ là một tiện ích mở rộng Chrome được phát triển bởi raquel.io, và tính năng chính của nó là "Filter Beatport track lists by key.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Camelot DJ

Tải xuống các tệp mở rộng Camelot DJ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Camelot DJ Camelot DJ
ID odinfabcmlogdpdkghggkkpdjlbeloeg
URL Chính Thức https://chromewebstore.google.com/detail/camelot-dj/odinfabcmlogdpdkghggkkpdjlbeloeg
Mô tả Filter Beatport track lists by key.
Kích Thước Tệp 16.72 KB
Số Lần Cài Đặt 489
Phiên Bản Hiện Tại 0.4.2
Cập Nhật Lần Cuối 2021-03-24
Ngày Phát Hành 2020-12-23
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển raquel.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://camelotdj.com/
URL Trang Trợ Giúp https://github.com/qel/camelotdj
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}