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 |
公式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" } } |