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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
———————————————————————————————————————————————————— 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 |
이메일 | [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 } |