Chrome Piano
Play the piano in your browser
What is Chrome Piano?
Chrome Piano is a Chrome extension developed by leonyanagida, and its main feature is "Play the piano in your browser".
Extension Screenshots
Download Chrome Piano Extension CRX File
Download Chrome Piano extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Chrome Piano |
ID | pjafcgbpdclmdeiipolenjgkikeldljl |
Official URL | https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl |
Description | Play the piano in your browser |
File Size | 2.2 MB |
Installation Count | 169,898 |
Current Version | 2.0.3 |
Last Updated | 2022-12-17 |
Publish Date | 2017-09-10 |
Rating | 4.56/5 Total 79 Ratings |
Developer | leonyanagida |
[email protected] | |
Payment Type | free |
Extension Website | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
Help Page URL | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
Supported Languages | 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" ] } |