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! 擴展基本資訊
| 名稱 | |
| ID | dallnmljjnjlfgcljhjahhhdfpojnbfc |
| 官方網址 | 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
} | |