Chrome Piano
Play the piano in your browser
Qu'est-ce que Chrome Piano ?
Chrome Piano est une extension Chrome développée par leonyanagida, et sa fonction principale est "Play the piano in your browser".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Chrome Piano
Téléchargez les fichiers d'extension Chrome Piano 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
Record your own music or pick a song from a wide variety of artists from the music sheet. There is virtually no learning curve. The only thing you need is your keyboard or mouse. Features: - Play the piano from a wide selection of music - Recording and playback - Keyboard and mouse compatible - Dark theme and Light theme Icon design credit: - Piano Icon made by Freepik from www.flaticon.com - Piano Icon made by roundicons from www.flaticon.com
Informations de Base sur l'Extension
Nom | Chrome Piano |
ID | pjafcgbpdclmdeiipolenjgkikeldljl |
URL Officiel | https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl |
Description | Play the piano in your browser |
Taille du Fichier | 2.2 MB |
Nombre d'Installations | 169,898 |
Version Actuelle | 2.0.3 |
Dernière Mise à Jour | 2022-12-17 |
Date de Publication | 2017-09-10 |
Évaluation | 4.56/5 Total 79 Évaluations |
Développeur | leonyanagida |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
URL de la Page d'Aide | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chrome Piano", "description": "Play the piano in your browser", "manifest_version": 3, "version": "2.0.3", "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "action": { "default_title": "Chrome Piano", "default_icon": "icon128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "storage" ] } |