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 naaraanjaa द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में UG Chords to Flats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |