Beatport Key Changer

Adjust keys on Beatport.com to display however you'd like.

Что такое Beatport Key Changer?

Beatport Key Changer - это расширение Chrome, разработанное https://beatportkeychanger.com, и его основная функция - "Adjust keys on Beatport.com to display however you'd like.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Beatport Key Changer

Скачайте файлы расширений Beatport Key Changer в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        If you've ever been frustrated with the lack of functionality around Beatport and the various key notations like Camelot or Traktor's Open Keys, this extension adds crucial missing functionality to the beatport website. Allowing the user to set custom key mappings,  or easily toggle between the Camelot and Traktor key notation systems. Once configured on the settings page, the extension will automatically adjust the key data on Beatport.com to the users prefered notation.

This extension also adds the ability to click on a track key in the Beatport UI, and immediately be taken to a page where you can see all tracks that match that key!                    

Основная информация о расширении

Название Beatport Key Changer Beatport Key Changer
ID mccpbdlgkkdffdigmnjnmeccpadjfgkp
Официальный URL https://chromewebstore.google.com/detail/beatport-key-changer/mccpbdlgkkdffdigmnjnmeccpadjfgkp
Описание Adjust keys on Beatport.com to display however you'd like.
Размер файла 179 KB
Количество установок 751
Текущая Версия 1.0
Последнее Обновление 2020-11-26
Дата публикации 2020-11-25
Рейтинг 5.00/5 Всего 2 оценок
Разработчик https://beatportkeychanger.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://beatportkeychanger.com/
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Beatport Key Changer",
    "version": "1.0",
    "description": "Adjust keys on Beatport.com to display however you'd like.",
    "background": {
        "scripts": [
            "stand-up.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "\/popup\/popup.html",
        "default_icon": {
            "16": "images\/16.png",
            "32": "images\/32.png",
            "48": "images\/48.png",
            "128": "images\/128.png"
        }
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "declarativeContent",
        "storage",
        "activeTab"
    ],
    "options_page": "options\/options.html",
    "manifest_version": 2
}