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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beautify Ultimate Guitar tabs and use color to enhance your pattern recognition."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में HueTab | Colors for Ultimate Guitar एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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!
एक्सटेंशन की मूल जानकारी
नाम | 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 } |