GuitarApp - Metronome
GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.
Cos'è GuitarApp - Metronome?
GuitarApp - Metronome è un'estensione di Chrome sviluppata da https://guitarapp.com, e la sua funzione principale è "GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GuitarApp - Metronome
Scarica i file di estensione GuitarApp - Metronome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
🚀 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. Informazioni di Base sull'Estensione
| Nome | |
| ID | iobbnfegglgmdafhocgijgphhjahbeog |
| URL Ufficiale | https://chromewebstore.google.com/detail/guitarapp-metronome/iobbnfegglgmdafhocgijgphhjahbeog |
| Descrizione | GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns. |
| Dimensione del File | 21.95 KB |
| Conteggio Installazioni | 218 |
| Versione Corrente | 1.0 |
| Ultimo Aggiornamento | 2024-01-27 |
| Data di Pubblicazione | 2024-01-27 |
| Valutazione | 5.00/5 Totale 2 Valutazioni |
| Sviluppatore | https://guitarapp.com |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://guitarapp.com/ |
| URL della Pagina della Politica sulla Privacy | https://guitarapp.com/privacy.html |
| Lingue Supportate | 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": []
} | |