Guitar Tuner - Tune by Ear

Guitar tuner by ear: 12 different tunings

Guitar Tuner - Tune by Ear란 무엇입니까?

Guitar Tuner - Tune by Ear은(는) pluraldev.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Guitar tuner by ear: 12 different tunings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Guitar Tuner - Tune by Ear 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Are available 12 different tunings.

- Standard - E A D G B E
- Drop D - D A D G B E
- Half Setp Down - E♭ A♭ D♭ G♭ B♭ E♭
- Full Setp Down - D G C F A D
- Open D - D A D F♯ A D
- Open G - D G D G B D
- Open A - E A E A C♯ E
- Open C - C G C G C E
- Open E - E B E G♯ B E
- Open B - D F♯ B F♯ B D♯
- D A D G A D

You can either click directly on the strings buttons or use the enter key to hear the sound.

Use the right and left arrow keys to select the string.

Playing Mode

If set to manual you can either use the string button or play button to hear the sound. In the case of play button the string selection will advance to the next one after playing the sound.

If set to auto the sound is played and automatically advances to the next. You will need to use the play button to play/stop the sounds (you can use the space key as a shortcut).

Repeats by String

Set the number of times the sound will be played by string.


My Tunings

Set your own custom tunings                    

확장 프로그램 기본 정보

이름 Guitar Tuner - Tune by Ear Guitar Tuner - Tune by Ear
ID iefinhiodbmoobdnoholloggphkoijoc
공식 URL https://chromewebstore.google.com/detail/guitar-tuner-tune-by-ear/iefinhiodbmoobdnoholloggphkoijoc
설명 Guitar tuner by ear: 12 different tunings
파일 크기 2.96 MB
설치 횟수 4,811
현재 버전 1.1.5
최근 업데이트 2018-11-20
출시 날짜 2018-11-20
평점 3.78/5 총 49 개의 평점
개발자 pluraldev.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://musictools.app/guitar-tuner/help/
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Guitar Tuner - Tune by Ear",
    "short_name": "Guitar Tuner",
    "description": "Guitar tuner by ear: 12 different tunings",
    "version": "1.1.5",
    "browser_action": {
        "default_icon": "assets\/images\/icon.png",
        "default_popup": "index.html"
    },
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "assets\/images\/icon16.png",
        "128": "assets\/images\/icon128.png"
    }
}