Camelot DJ
Filter Beatport track lists by key.
Что такое Camelot DJ?
Camelot DJ - это расширение Chrome, разработанное raquel.io, и его основная функция - "Filter Beatport track lists by key.".
Снимки экрана расширения
Скачать файл 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! Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |