UG Chords to Flats
Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.
Τι είναι το UG Chords to Flats;
Το UG Chords to Flats είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον naaraanjaa, και η κύρια λειτουργία του είναι "Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης UG Chords to Flats
Λήψη αρχείων επέκτασης UG Chords to Flats σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | denhegbijdfbckdmjjmjbcfdhjogadlh |
Επίσημο URL | https://chrome.google.com/webstore/detail/ug-chords-to-flats/denhegbijdfbckdmjjmjbcfdhjogadlh |
Περιγραφή | Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance. |
Μέγεθος Αρχείου | 7.81 KB |
Αριθμός Εγκαταστάσεων | 27 |
Τρέχουσα Έκδοση | 1.0 |
Τελευταία Ενημέρωση | 2018-08-31 |
Ημερομηνία Δημοσίευσης | 2018-08-31 |
Αξιολόγηση | 3.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | naaraanjaa |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } } |