Ultimate Guitar
Get chords and tabs
What is Ultimate Guitar?
Ultimate Guitar is a Chrome extension developed by Mohit Jain, and its main feature is "Get chords and tabs".
Extension Screenshots
Download Ultimate Guitar Extension CRX File
Download Ultimate Guitar extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
One click access to guitar chords and tabs from ultimateguitar.com. Context menu option to search for chords and tabs directly from text selection on your favorite music website.
Extension Basic Information
Name | |
ID | dkehcppjgpmfcnkolmmjolfilniiklii |
Official URL | https://chrome.google.com/webstore/detail/ultimate-guitar/dkehcppjgpmfcnkolmmjolfilniiklii |
Description | Get chords and tabs |
File Size | 43.23 KB |
Installation Count | 367 |
Current Version | 1.0.1 |
Last Updated | 2020-09-25 |
Publish Date | 2020-09-25 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Mohit Jain |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/mjain123/ultimate-guitar |
Help Page URL | https://github.com/mjain123/ultimate-guitar |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ultimate Guitar", "version": "1.0.1", "description": "Get chords and tabs", "icons": { "128": "icons\/icon128.png", "64": "icons\/icon64.png", "32": "icons\/icon32.png", "16": "icons\/icon16.png" }, "background": { "scripts": [ "jquery-3.5.1.min.js", "eventPage.js" ], "persistent": false }, "browser_action": { "default_icon": "icons\/icon16.png" }, "permissions": [ "tabs", "activeTab", "contextMenus" ] } |