Chrome Piano
Play the piano in your browser
Cos'è Chrome Piano?
Chrome Piano è un'estensione di Chrome sviluppata da leonyanagida, e la sua funzione principale è "Play the piano in your browser".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chrome Piano
Scarica i file di estensione Chrome Piano in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | pjafcgbpdclmdeiipolenjgkikeldljl |
| URL Ufficiale | https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl |
| Descrizione | Play the piano in your browser |
| Dimensione del File | 2.2 MB |
| Conteggio Installazioni | 169,898 |
| Versione Corrente | 2.0.3 |
| Ultimo Aggiornamento | 2022-12-17 |
| Data di Pubblicazione | 2017-09-10 |
| Valutazione | 4.56/5 Totale 79 Valutazioni |
| Sviluppatore | leonyanagida |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
| URL della Pagina di Aiuto | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
| Lingue Supportate | 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"
]
} | |