UG Chords to Flats

Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.

UG Chords to Flats là gì?

UG Chords to Flats là một tiện ích mở rộng Chrome được phát triển bởi naaraanjaa, và tính năng chính của nó là "Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng UG Chords to Flats

Tải xuống các tệp mở rộng UG Chords to Flats dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên UG Chords to Flats UG Chords to Flats
ID denhegbijdfbckdmjjmjbcfdhjogadlh
URL Chính Thức https://chrome.google.com/webstore/detail/ug-chords-to-flats/denhegbijdfbckdmjjmjbcfdhjogadlh
Mô tả Convert sharp (#) chords to flats (b) on ultimate-guitar.com, after a transposition for instance.
Kích Thước Tệp 7.81 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2018-08-31
Ngày Phát Hành 2018-08-31
Đánh Giá 3.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển naaraanjaa
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}