Chrome Piano
Play the piano in your browser
Wat is Chrome Piano?
Chrome Piano is een Chrome-extensie ontwikkeld door leonyanagida, en de belangrijkste functie is "Play the piano in your browser".
Extensie Screenshots
Download het CRX-bestand van de extensie Chrome Piano
Download Chrome Piano-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | pjafcgbpdclmdeiipolenjgkikeldljl |
| Officiële URL | https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl |
| Beschrijving | Play the piano in your browser |
| Bestandsgrootte | 2.2 MB |
| Aantal Installaties | 169,898 |
| Huidige Versie | 2.0.3 |
| Laatst Bijgewerkt | 2022-12-17 |
| Publicatiedatum | 2017-09-10 |
| Beoordeling | 4.56/5 Totaal 79 Beoordelingen |
| Ontwikkelaar | leonyanagida |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
| Help Pagina-URL | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
| Ondersteunde Talen | 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"
]
} | |