Chord Dictionary

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

O que é Chord Dictionary?

Chord Dictionary é uma extensão do Chrome desenvolvida por ashcolor, e sua principal característica é "After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Chord Dictionary

Baixe arquivos de extensão Chord Dictionary no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Chord Dictionary Chord Dictionary
ID lnefagbhokamcaedbeopnhdabkcemkcf
URL Oficial https://chromewebstore.google.com/detail/chord-dictionary/lnefagbhokamcaedbeopnhdabkcemkcf
Descrição After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.
Tamanho do Arquivo 1.44 MB
Contagem de Instalações 563
Versão Atual 1.3.4
Última Atualização 2022-07-18
Data de Publicação 2020-05-05
Classificação 4.67/5 Total de 6 Avaliações
Desenvolvedor ashcolor
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://twitter.com/ashcolor06
Idiomas Suportados 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"
    ]
}