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."입니다.
확장 프로그램 스크린샷
Chord Dictionary 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |