Beatport Key Changer
Adjust keys on Beatport.com to display however you'd like.
Qu'est-ce que Beatport Key Changer ?
Beatport Key Changer est une extension Chrome développée par https://beatportkeychanger.com, et sa fonction principale est "Adjust keys on Beatport.com to display however you'd like.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Beatport Key Changer
Téléchargez les fichiers d'extension Beatport Key Changer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | Beatport Key Changer |
ID | mccpbdlgkkdffdigmnjnmeccpadjfgkp |
URL Officiel | https://chromewebstore.google.com/detail/beatport-key-changer/mccpbdlgkkdffdigmnjnmeccpadjfgkp |
Description | Adjust keys on Beatport.com to display however you'd like. |
Taille du Fichier | 179 KB |
Nombre d'Installations | 751 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-11-26 |
Date de Publication | 2020-11-25 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://beatportkeychanger.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://beatportkeychanger.com/ |
Langues Prises en Charge | 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 } |