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開發的Chrome擴展程式,該擴展的主要功能是“Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.”。
擴展截圖
下載UG Chords to Flats擴展crx文件
下載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 |
官方網址 | 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" } } |