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是由mierenga开发的Chrome扩展程序,该扩展的主要功能是“Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition.”。
扩展截图
下载HueTab | Colors for Ultimate Guitar扩展crx文件
下载HueTab | Colors for Ultimate Guitar扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
———————————————————————————————————————————————————— 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 |
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 } |