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 |
| 公式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 |
| Eメール | [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
} | |