Chord Dictionary
After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.
Cos'è Chord Dictionary?
Chord Dictionary è un'estensione di Chrome sviluppata da ashcolor, e la sua funzione principale è "After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chord Dictionary
Scarica i file di estensione Chord Dictionary in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Chord Dictionary |
ID | lnefagbhokamcaedbeopnhdabkcemkcf |
URL Ufficiale | https://chromewebstore.google.com/detail/chord-dictionary/lnefagbhokamcaedbeopnhdabkcemkcf |
Descrizione | After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown. |
Dimensione del File | 1.44 MB |
Conteggio Installazioni | 563 |
Versione Corrente | 1.3.4 |
Ultimo Aggiornamento | 2022-07-18 |
Data di Pubblicazione | 2020-05-05 |
Valutazione | 4.67/5 Totale 6 Valutazioni |
Sviluppatore | ashcolor |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://twitter.com/ashcolor06 |
Lingue Supportate | 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" ] } |