Chrome Piano
Play the piano in your browser
Was ist Chrome Piano?
Chrome Piano ist eine Chrome-Erweiterung, die von leonyanagida entwickelt wurde, und ihr Hauptmerkmal ist "Play the piano in your browser".
Erweiterungsscreenshots
Chrome Piano-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chrome Piano-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pjafcgbpdclmdeiipolenjgkikeldljl |
| Offizielle URL | https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl |
| Beschreibung | Play the piano in your browser |
| Dateigröße | 2.2 MB |
| Installationsanzahl | 169,898 |
| Aktuelle Version | 2.0.3 |
| Letztes Update | 2022-12-17 |
| Veröffentlichungsdatum | 2017-09-10 |
| Bewertung | 4.56/5 Insgesamt 79 Bewertungen |
| Entwickler | leonyanagida |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
| Hilfeseite URL | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
| Unterstützte Sprachen | 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"
]
} | |