fret{notes}
Guitar Fretboard Visualization tool
fret{notes}란 무엇입니까?
fret{notes}은(는) Ken Awamura에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Guitar Fretboard Visualization tool"입니다.
확장 프로그램 스크린샷
fret{notes} 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extra Apps available:
1. https://fret-modes.vercel.app/
fret{Modes}: extra web app, but specific to Modes. It's a companion web app to a book: Understanding Modes available at Amazon & Apple book websites.
https://tinyurl.com/understanding-modes-at-amzn
https://books.apple.com/us/book/id6443020587
===
2. https://fret-tips.vercel.app/
fret{Tips}: a collection of fret{shapes, paths, etc}
===
fret{Notes}: is a Guitar Fretboard Visualization app developed with the main goal to help a guitarist to quickly view a scale, a group of notes, intervals, chords, ... Main features:
- editable fretboard
- theme(able) app's interface
- string quantity from 1 up to 12
- fret quantity from 1 up to 24
- change tuning notes
- set the tonic note for a particular scale
- toggle between notes or intervals
- search for scales
Teachers & Students can benefit from the application.
=== 확장 프로그램 기본 정보
| 이름 | |
| ID | iofllijbdhfjeldndldjabjmejbkeabd |
| 공식 URL | https://chromewebstore.google.com/detail/fret%7Bnotes%7D/iofllijbdhfjeldndldjabjmejbkeabd |
| 설명 | Guitar Fretboard Visualization tool |
| 파일 크기 | 106 KB |
| 설치 횟수 | 421 |
| 현재 버전 | 2.1.3 |
| 최근 업데이트 | 2023-01-21 |
| 출시 날짜 | 2020-06-28 |
| 평점 | 5.00/5 총 2 개의 평점 |
| 개발자 | Ken Awamura |
| 이메일 | [email protected] |
| 결제 유형 | free |
| 지원되는 언어 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "fret{notes}",
"description": "Guitar Fretboard Visualization tool",
"version": "2.1.3",
"author": "Ken Awamura",
"background": {
"service_worker": ".\/bsw.js"
},
"action": {
"browser_style": true,
"default_title": "Guitar Fretboard Visualization tool",
"default_icon": ".\/favicon.png"
},
"icons": {
"16": ".\/icon16.png",
"128": ".\/icon128.png"
},
"permissions": [
"activeTab",
"tabs"
]
} | |