HueTab | Colors for Ultimate Guitar

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

What is HueTab | Colors for Ultimate Guitar?

HueTab | Colors for Ultimate Guitar is a Chrome extension developed by mierenga, and its main feature is "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download HueTab | Colors for Ultimate Guitar Extension CRX File

Download HueTab | Colors for Ultimate Guitar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        ————————————————————————————————————————————————————
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!                    

Extension Basic Information

Name HueTab | Colors for Ultimate Guitar HueTab | Colors for Ultimate Guitar
ID dallnmljjnjlfgcljhjahhhdfpojnbfc
Official URL https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc
Description Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
File Size 64.07 KB
Installation Count 136
Current Version 0.0.14
Last Updated 2022-11-13
Publish Date 2019-08-12
Rating 5.00/5 Total 2 Ratings
Developer mierenga
Email [email protected]
Payment Type free
Supported Languages 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
}