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 là gì?
Chord Dictionary là một tiện ích mở rộng Chrome được phát triển bởi ashcolor, và tính năng chính của nó là "After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Chord Dictionary
Tải xuống các tệp mở rộng Chord Dictionary dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Chord Dictionary |
ID | lnefagbhokamcaedbeopnhdabkcemkcf |
URL Chính Thức | https://chromewebstore.google.com/detail/chord-dictionary/lnefagbhokamcaedbeopnhdabkcemkcf |
Mô tả | After clicking the icon to start, mouse over any chords on any web pages and its notes constituted will be shown. |
Kích Thước Tệp | 1.44 MB |
Số Lần Cài Đặt | 563 |
Phiên Bản Hiện Tại | 1.3.4 |
Cập Nhật Lần Cuối | 2022-07-18 |
Ngày Phát Hành | 2020-05-05 |
Đánh Giá | 4.67/5 Tổng số 6 Đánh Giá |
Nhà Phát Triển | ashcolor |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://twitter.com/ashcolor06 |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |