HueTab | Colors for Ultimate Guitar
Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
Hvad er HueTab | Colors for Ultimate Guitar?
HueTab | Colors for Ultimate Guitar er en Chrome-udvidelse udviklet af mierenga, og dens hovedfunktion er "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.".
Udvidelsesskærmbilleder
Download HueTab | Colors for Ultimate Guitar-udvidelses-CRX-fil
Download HueTab | Colors for Ultimate Guitar-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
———————————————————————————————————————————————————— 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!
Grundlæggende oplysninger om udvidelsen
Navn | HueTab | Colors for Ultimate Guitar |
ID | dallnmljjnjlfgcljhjahhhdfpojnbfc |
Officiel URL | https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc |
Beskrivelse | Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition. |
Filstørrelse | 64.07 KB |
Antal Installationer | 136 |
Nuværende Version | 0.0.14 |
Senest Opdateret | 2022-11-13 |
Udgivelsesdato | 2019-08-12 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | mierenga |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |