HueTab | Colors for Ultimate Guitar
Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.
Apa itu HueTab | Colors for Ultimate Guitar?
HueTab | Colors for Ultimate Guitar adalah ekstensi Chrome yang dikembangkan oleh mierenga, dan fitur utamanya adalah "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HueTab | Colors for Ultimate Guitar
Unduh file ekstensi HueTab | Colors for Ultimate Guitar dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
———————————————————————————————————————————————————— 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!
Informasi Dasar Ekstensi
Nama | HueTab | Colors for Ultimate Guitar |
ID | dallnmljjnjlfgcljhjahhhdfpojnbfc |
URL Resmi | https://chromewebstore.google.com/detail/huetab-colors-for-ultimat/dallnmljjnjlfgcljhjahhhdfpojnbfc |
Deskripsi | Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition. |
Ukuran File | 64.07 KB |
Jumlah Instalasi | 136 |
Versi Saat Ini | 0.0.14 |
Terakhir Diperbarui | 2022-11-13 |
Tanggal Publikasi | 2019-08-12 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | mierenga |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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 } |