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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย ashcolor และคุณลักษณะหลักของมันคือ "After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Chord Dictionary
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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 |
อีเมล | [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" ] } |