Metronome
metronome extension
Qu'est-ce que Metronome ?
Metronome est une extension Chrome développée par nimrod.a6, et sa fonction principale est "metronome extension".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Metronome
Téléchargez les fichiers d'extension Metronome au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Use this free metronome and make your practice routine. * Choose from different sound's. * Control the volume. * Sub-divisions up to 9/8. * Tep-tempo. * Bar breaks - NEW * Save the song's you work on! this will make your practice be much more effective. * The song's will be updated and saved automatically to your local-storage and be loaded automatically. * React to keyboard hit: Space - Play / Stop Up/Down - Volume change Left/Right - BPM change Enter - add the new song to the list The extension will stay open while you continue to surf the web. Some other extensions close when you click in other place on the screen- this metronome stay on. From guitarist to guitarists - enjoy! *** Free - No Adds!!! Enjoy and let's Rock! 🤟
Informations de Base sur l'Extension
Nom | Metronome |
ID | dkinffgfkmaomdckkphdjiempkeapekn |
URL Officiel | https://chromewebstore.google.com/detail/metronome/dkinffgfkmaomdckkphdjiempkeapekn |
Description | metronome extension |
Taille du Fichier | 619 KB |
Nombre d'Installations | 719 |
Version Actuelle | 2.8 |
Dernière Mise à Jour | 2024-01-11 |
Date de Publication | 2023-02-27 |
Évaluation | 3.40/5 Total 5 Évaluations |
Développeur | nimrod.a6 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Metronome", "version": "2.8", "description": "metronome extension", "icons": { "16": ".\/icons\/metronome2.png", "32": ".\/icons\/metronome2.png", "48": ".\/icons\/metronome.png", "128": ".\/icons\/metronome.png" }, "action": { "default_icon": { "16": ".\/icons\/metronome2.png", "32": ".\/icons\/metronome.png", "48": ".\/icons\/metronome.png" }, "default_title": "Metronome" }, "background": { "service_worker": "background.js" } } |