HueTab | Colors for Ultimate Guitar

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

Cos'è HueTab | Colors for Ultimate Guitar?

HueTab | Colors for Ultimate Guitar è un'estensione di Chrome sviluppata da mierenga, e la sua funzione principale è "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione HueTab | Colors for Ultimate Guitar

Scarica i file di estensione HueTab | Colors for Ultimate Guitar in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome HueTab | Colors for Ultimate Guitar HueTab | Colors for Ultimate Guitar
ID dallnmljjnjlfgcljhjahhhdfpojnbfc
URL Ufficiale https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc
Descrizione Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
Dimensione del File 64.07 KB
Conteggio Installazioni 136
Versione Corrente 0.0.14
Ultimo Aggiornamento 2022-11-13
Data di Pubblicazione 2019-08-12
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore mierenga
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}