Chord Dictionary

After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.

Chord Dictionaryとは何ですか?

Chord Dictionaryはashcolorによって開発されたChromeの拡張機能で、その主な機能は「After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Chord Dictionary拡張機能のCRXファイルをダウンロード

Chord Dictionary拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Instantly show notes constituted of any chords when the cursor is over

After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.
You can also click on it or press shortcut to listen to the chord.

Characteristics
• Support widely from simple chords to extended chords, slash chords, notations like +/-/Δ/○/omit and even roman numerals
• Convert a chord to roman numerals when a key is set
• Play the chord with customizable volume and instruments (piano, guitar, synth)
• Switches to choose whether click, shortcut and/or hover is enabled for playing the chord                    

拡張機能の基本情報

名前 Chord Dictionary Chord Dictionary
ID lnefagbhokamcaedbeopnhdabkcemkcf
公式URL https://chromewebstore.google.com/detail/chord-dictionary/lnefagbhokamcaedbeopnhdabkcemkcf
説明 After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.
ファイルサイズ 1.44 MB
インストール数 563
現在のバージョン 1.3.4
最終更新日 2022-07-18
公開日 2020-05-05
評価 4.67/5 合計 6 レビュー
開発者 ashcolor
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://twitter.com/ashcolor06
対応言語 en,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chord Dictionary",
    "description": "__MSG_description__",
    "default_locale": "en",
    "version": "1.3.4",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "main.css",
                "sounds\/*.mp3",
                "assets\/FreeSerif.ttf",
                "assets\/FreeSerif.otf"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_title": "Chord Dictionary"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "scripting"
    ]
}