Beatport Key Changer

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

什麼是Beatport Key Changer?

Beatport Key Changer是由https://beatportkeychanger.com開發的Chrome擴展程式,該擴展的主要功能是“Adjust keys on Beatport.com to display however you'd like.”。

擴展截圖

screenshot
screenshot
screenshot

下載Beatport Key Changer擴展crx文件

下載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 Beatport Key Changer
ID mccpbdlgkkdffdigmnjnmeccpadjfgkp
官方網址 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
}