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
公式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
Eメール [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
}