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
官方網址 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
電子郵箱 [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"
    ]
}