HueTab | Colors for Ultimate Guitar
Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
Vad är HueTab | Colors for Ultimate Guitar?
HueTab | Colors for Ultimate Guitar är en Chrome-tillägg utvecklad av mierenga, och dess huvudfunktion är "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.".
Tilläggsskärmbilder
Ladda ner HueTab | Colors for Ultimate Guitar-förlängningens CRX-fil
Ladda ner HueTab | Colors for Ultimate Guitar-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
———————————————————————————————————————————————————— 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äggande Information om Tillägg
Namn | HueTab | Colors for Ultimate Guitar |
ID | dallnmljjnjlfgcljhjahhhdfpojnbfc |
Officiell webbadress | https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc |
Beskrivning | Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition. |
Filstorlek | 64.07 KB |
Antal Installationer | 136 |
Aktuell Version | 0.0.14 |
Senast Uppdaterad | 2022-11-13 |
Publiceringsdatum | 2019-08-12 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | mierenga |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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 } |