HueTab | Colors for Ultimate Guitar

Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.

HueTab | Colors for Ultimate Guitar là gì?

HueTab | Colors for Ultimate Guitar là một tiện ích mở rộng Chrome được phát triển bởi mierenga, và tính năng chính của nó là "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng HueTab | Colors for Ultimate Guitar

Tải xuống các tệp mở rộng HueTab | Colors for Ultimate Guitar 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

                        ————————————————————————————————————————————————————
It color-codes unique notes and chords in any tab, helping you visualize songs while learning.
————————————————————————————————————————————————————
Awesome way to learn and recognize patterns, repetitions, and transitions.
————————————————————————————————————————————————————
Use with any background color, text color, text size, or text alignment you like.
————————————————————————————————————————————————————
Can be used to create a basic "dark mode" theme by choosing 'none' for the color theme.
————————————————————————————————————————————————————
Automatically saves your customized look so it is ready to transform each new song you open.
————————————————————————————————————————————————————


Youtube Demo:
https://youtu.be/XCvOx7SoWKA

Please leave feedback in the reviews or comments!                    

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

Tên HueTab | Colors for Ultimate Guitar HueTab | Colors for Ultimate Guitar
ID dallnmljjnjlfgcljhjahhhdfpojnbfc
URL Chính Thức https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc
Mô tả Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
Kích Thước Tệp 64.07 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 0.0.14
Cập Nhật Lần Cuối 2022-11-13
Ngày Phát Hành 2019-08-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển mierenga
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HueTab | Colors for Ultimate Guitar",
    "version": "0.0.14",
    "icons": {
        "128": "popup_128.png"
    },
    "description": "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "scripts": [
            "init.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "index.html"
    },
    "manifest_version": 2
}