HueTab | Colors for Ultimate Guitar
Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
Was ist HueTab | Colors for Ultimate Guitar?
HueTab | Colors for Ultimate Guitar ist eine Chrome-Erweiterung, die von mierenga entwickelt wurde, und ihr Hauptmerkmal ist "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.".
Erweiterungsscreenshots
HueTab | Colors for Ultimate Guitar-Erweiterungs-CRX-Datei herunterladen
Laden Sie HueTab | Colors for Ultimate Guitar-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
———————————————————————————————————————————————————— 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!
Grundlegende Informationen zur Erweiterung
Name | HueTab | Colors for Ultimate Guitar |
ID | dallnmljjnjlfgcljhjahhhdfpojnbfc |
Offizielle URL | https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc |
Beschreibung | Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition. |
Dateigröße | 64.07 KB |
Installationsanzahl | 136 |
Aktuelle Version | 0.0.14 |
Letztes Update | 2022-11-13 |
Veröffentlichungsdatum | 2019-08-12 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | mierenga |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |