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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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 } |