HueTab | Colors for Ultimate Guitar

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

ما هو HueTab | Colors for Ultimate Guitar؟

HueTab | Colors for Ultimate Guitar هو إضافة Chrome تم تطويرها بواسطة mierenga، والميزة الرئيسية لها هي "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة HueTab | Colors for Ultimate Guitar

قم بتنزيل ملفات الامتداد HueTab | Colors for Ultimate Guitar بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم HueTab | Colors for Ultimate Guitar HueTab | Colors for Ultimate Guitar
ID dallnmljjnjlfgcljhjahhhdfpojnbfc
عنوان URL الرسمي https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc
الوصف Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
حجم الملف 64.07 KB
عدد التثبيتات 136
النسخة الحالية 0.0.14
آخر تحديث 2022-11-13
تاريخ النشر 2019-08-12
تقييم 5.00/5 مجموع تقييمات 2
المطور mierenga
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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
}