Chrome Piano
Play the piano in your browser
O que é Chrome Piano?
Chrome Piano é uma extensão do Chrome desenvolvida por leonyanagida, e sua principal característica é "Play the piano in your browser".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chrome Piano
Baixe arquivos de extensão Chrome Piano no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Chrome Piano |
ID | pjafcgbpdclmdeiipolenjgkikeldljl |
URL Oficial | https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl |
Descrição | Play the piano in your browser |
Tamanho do Arquivo | 2.2 MB |
Contagem de Instalações | 169,898 |
Versão Atual | 2.0.3 |
Última Atualização | 2022-12-17 |
Data de Publicação | 2017-09-10 |
Classificação | 4.56/5 Total de 79 Avaliações |
Desenvolvedor | leonyanagida |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
URL da Página de Ajuda | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
Idiomas Suportados | 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" ] } |