GuitarApp - Metronome
GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.
Τι είναι το GuitarApp - Metronome;
Το GuitarApp - Metronome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://guitarapp.com, και η κύρια λειτουργία του είναι "GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GuitarApp - Metronome
Λήψη αρχείων επέκτασης GuitarApp - Metronome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
🚀 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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | iobbnfegglgmdafhocgijgphhjahbeog |
| Επίσημο URL | https://chromewebstore.google.com/detail/guitarapp-metronome/iobbnfegglgmdafhocgijgphhjahbeog |
| Περιγραφή | GuitarApp Metronome is a free metronome chrome extension. Select any tempo and time signature. Choose accent patterns. |
| Μέγεθος Αρχείου | 21.95 KB |
| Αριθμός Εγκαταστάσεων | 218 |
| Τρέχουσα Έκδοση | 1.0 |
| Τελευταία Ενημέρωση | 2024-01-27 |
| Ημερομηνία Δημοσίευσης | 2024-01-27 |
| Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
| Προγραμματιστής | https://guitarapp.com |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Ιστότοπος Επέκτασης | https://guitarapp.com/ |
| URL της Σελίδας Πολιτικής Απορρήτου | https://guitarapp.com/privacy.html |
| Υποστηριζόμενες Γλώσσες | 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": []
} | |