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ファイルをダウンロード

Guitar Tuner - Tune by Ear拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}