Beatport Key Changer

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

Cos'è Beatport Key Changer?

Beatport Key Changer è un'estensione di Chrome sviluppata da https://beatportkeychanger.com, e la sua funzione principale è "Adjust keys on Beatport.com to display however you'd like.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Beatport Key Changer

Scarica i file di estensione Beatport Key Changer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Beatport Key Changer Beatport Key Changer
ID mccpbdlgkkdffdigmnjnmeccpadjfgkp
URL Ufficiale https://chromewebstore.google.com/detail/beatport-key-changer/mccpbdlgkkdffdigmnjnmeccpadjfgkp
Descrizione Adjust keys on Beatport.com to display however you'd like.
Dimensione del File 179 KB
Conteggio Installazioni 751
Versione Corrente 1.0
Ultimo Aggiornamento 2020-11-26
Data di Pubblicazione 2020-11-25
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://beatportkeychanger.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://beatportkeychanger.com/
Lingue Supportate 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
}