HueTab | Colors for Ultimate Guitar

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

Co to jest HueTab | Colors for Ultimate Guitar?

HueTab | Colors for Ultimate Guitar to rozszerzenie Chrome opracowane przez mierenga, a jego główną funkcją jest „Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia HueTab | Colors for Ultimate Guitar

Pobierz pliki rozszerzeń HueTab | Colors for Ultimate Guitar w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa HueTab | Colors for Ultimate Guitar HueTab | Colors for Ultimate Guitar
ID dallnmljjnjlfgcljhjahhhdfpojnbfc
Oficjalny URL https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc
Opis Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
Rozmiar pliku 64.07 KB
Liczba instalacji 136
Aktualna Wersja 0.0.14
Ostatnia Aktualizacja 2022-11-13
Data Publikacji 2019-08-12
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper mierenga
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}