Beatport Key Changer

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

O que é Beatport Key Changer?

Beatport Key Changer é uma extensão do Chrome desenvolvida por https://beatportkeychanger.com, e sua principal característica é "Adjust keys on Beatport.com to display however you'd like.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Beatport Key Changer

Baixe arquivos de extensão Beatport Key Changer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome Beatport Key Changer Beatport Key Changer
ID mccpbdlgkkdffdigmnjnmeccpadjfgkp
URL Oficial https://chromewebstore.google.com/detail/beatport-key-changer/mccpbdlgkkdffdigmnjnmeccpadjfgkp
Descrição Adjust keys on Beatport.com to display however you'd like.
Tamanho do Arquivo 179 KB
Contagem de Instalações 751
Versão Atual 1.0
Última Atualização 2020-11-26
Data de Publicação 2020-11-25
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://beatportkeychanger.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://beatportkeychanger.com/
Idiomas Suportados 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
}