GuitarApp - Metronome
GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.
Apa itu GuitarApp - Metronome?
GuitarApp - Metronome adalah ekstensi Chrome yang dikembangkan oleh https://guitarapp.com, dan fitur utamanya adalah "GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GuitarApp - Metronome
Unduh file ekstensi GuitarApp - Metronome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
🚀 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. Informasi Dasar Ekstensi
| Nama | |
| ID | iobbnfegglgmdafhocgijgphhjahbeog |
| URL Resmi | https://chromewebstore.google.com/detail/guitarapp-metronome/iobbnfegglgmdafhocgijgphhjahbeog |
| Deskripsi | GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns. |
| Ukuran File | 21.95 KB |
| Jumlah Instalasi | 218 |
| Versi Saat Ini | 1.0 |
| Terakhir Diperbarui | 2024-01-27 |
| Tanggal Publikasi | 2024-01-27 |
| Penilaian | 5.00/5 Total 2 Penilaian |
| Pengembang | https://guitarapp.com |
| [email protected] | |
| Tipe Pembayaran | free |
| Situs Ekstensi | https://guitarapp.com/ |
| URL Halaman Kebijakan Privasi | https://guitarapp.com/privacy.html |
| Bahasa yang Didukung | 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": []
} | |