Chrome Piano
Play the piano in your browser
什么是Chrome Piano?
Chrome Piano是由leonyanagida开发的Chrome扩展程序,该扩展的主要功能是“Play the piano in your browser”。
扩展截图
下载Chrome Piano扩展crx文件
下载Chrome Piano扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Chrome Piano |
ID | pjafcgbpdclmdeiipolenjgkikeldljl |
官方URL | https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl |
简介 | Play the piano in your browser |
文件大小 | 2.2 MB |
安装次数 | 169,898 |
当前版本 | 2.0.3 |
更新时间 | 2022-12-17 |
上架时间 | 2017-09-10 |
评分 | 4.56/5 共79次评分 |
开发者 | leonyanagida |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
帮助页面URL | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
支持的语言 | 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" ] } |