Guitar Tuner - Tune by Ear

Guitar tuner by ear: 12 different tunings

Was ist Guitar Tuner - Tune by Ear?

Guitar Tuner - Tune by Ear ist eine Chrome-Erweiterung, die von pluraldev.com entwickelt wurde, und ihr Hauptmerkmal ist "Guitar tuner by ear: 12 different tunings".

Erweiterungsscreenshots

screenshot
screenshot

Guitar Tuner - Tune by Ear-Erweiterungs-CRX-Datei herunterladen

Laden Sie Guitar Tuner - Tune by Ear-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Guitar Tuner - Tune by Ear Guitar Tuner - Tune by Ear
ID iefinhiodbmoobdnoholloggphkoijoc
Offizielle URL https://chromewebstore.google.com/detail/guitar-tuner-tune-by-ear/iefinhiodbmoobdnoholloggphkoijoc
Beschreibung Guitar tuner by ear: 12 different tunings
Dateigröße 2.96 MB
Installationsanzahl 4,811
Aktuelle Version 1.1.5
Letztes Update 2018-11-20
Veröffentlichungsdatum 2018-11-20
Bewertung 3.78/5 Insgesamt 49 Bewertungen
Entwickler pluraldev.com
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://musictools.app/guitar-tuner/help/
Unterstützte Sprachen 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"
    }
}