Beatport Key Changer
Adjust keys on Beatport.com to display however you'd like.
Beatport Key Changer là gì?
Beatport Key Changer là một tiện ích mở rộng Chrome được phát triển bởi https://beatportkeychanger.com, và tính năng chính của nó là "Adjust keys on Beatport.com to display however you'd like.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Beatport Key Changer
Tải xuống các tệp mở rộng Beatport Key Changer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Beatport Key Changer |
ID | mccpbdlgkkdffdigmnjnmeccpadjfgkp |
URL Chính Thức | https://chromewebstore.google.com/detail/beatport-key-changer/mccpbdlgkkdffdigmnjnmeccpadjfgkp |
Mô tả | Adjust keys on Beatport.com to display however you'd like. |
Kích Thước Tệp | 179 KB |
Số Lần Cài Đặt | 751 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2020-11-26 |
Ngày Phát Hành | 2020-11-25 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://beatportkeychanger.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://beatportkeychanger.com/ |
Ngôn Ngữ Được Hỗ Trợ | 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 } |