UG Chords to Flats
Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.
Was ist UG Chords to Flats?
UG Chords to Flats ist eine Chrome-Erweiterung, die von naaraanjaa entwickelt wurde, und ihr Hauptmerkmal ist "Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.".
Erweiterungsscreenshots
UG Chords to Flats-Erweiterungs-CRX-Datei herunterladen
Laden Sie UG Chords to Flats-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
The current transposition feature on ultimate-guitar.com only produces sharp (#) chords, with no means to change them into flat (b) chords. It leads to chord names like 'D#' or 'A#' which are quite unusual and disturbing to many musicians, who would prefer 'Eb' and 'Bb' in these cases. This extension addresses that need by providing a button that changes every sharp chord into the enharmonic flat chord.
Grundlegende Informationen zur Erweiterung
Name | |
ID | denhegbijdfbckdmjjmjbcfdhjogadlh |
Offizielle URL | https://chrome.google.com/webstore/detail/ug-chords-to-flats/denhegbijdfbckdmjjmjbcfdhjogadlh |
Beschreibung | Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance. |
Dateigröße | 7.81 KB |
Installationsanzahl | 27 |
Aktuelle Version | 1.0 |
Letztes Update | 2018-08-31 |
Veröffentlichungsdatum | 2018-08-31 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | naaraanjaa |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UG Chords to Flats", "version": "1.0", "description": "Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.", "homepage_url": "https:\/\/github.com\/naaraanjaa\/UGChordstoFlats", "permissions": [ "declarativeContent", "activeTab" ], "page_action": { "default_title": "Flat UG", "show_matches": [ "*:\/\/tabs.ultimate-guitar.com\/*" ], "default_icon": "images\/bUG48.png", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "images\/bUG16.png", "32": "images\/bUG32.png", "48": "images\/bUG48.png", "128": "images\/bUG128.png" } } |