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 } |