GuitarApp - Metronome
GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.
What is GuitarApp - Metronome?
GuitarApp - Metronome is a Chrome extension developed by https://guitarapp.com, and its main feature is "GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.".
Extension Screenshots
Download GuitarApp - Metronome Extension CRX File
Download GuitarApp - Metronome 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
🚀 Practice with a metronome on any website. Great for online video lessons including Youtube, Truefire, Coursera, Udemy and more!
🚀 Launch the metronome from your browser toolbar on any guitar TAB website!
🚀 Manual and tap tempo metronome settings
🚀 Supports almost every time signature including: 2/4, 3/4, 4/4, 5/4, 6/8, 7/8, 9/8, 11/8, 12/8 and more!
🚀 Each time signature also has multiple accent patterns to choose from. Extension Basic Information
| Name | |
| ID | iobbnfegglgmdafhocgijgphhjahbeog |
| Official URL | https://chromewebstore.google.com/detail/guitarapp-metronome/iobbnfegglgmdafhocgijgphhjahbeog |
| Description | GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns. |
| File Size | 21.95 KB |
| Installation Count | 218 |
| Current Version | 1.0 |
| Last Updated | 2024-01-27 |
| Publish Date | 2024-01-27 |
| Rating | 5.00/5 Total 2 Ratings |
| Developer | https://guitarapp.com |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://guitarapp.com/ |
| Privacy Policy Page URL | https://guitarapp.com/privacy.html |
| Supported Languages | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "GuitarApp - Metronome",
"version": "1.0",
"description": "GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.",
"action": {
"default_popup": "popup.html",
"default_icon": "images\/icon-128.png"
},
"icons": {
"16": "images\/icon-16.png",
"32": "images\/icon-32.png",
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"permissions": []
} | |