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 擴展基本資訊
| 名稱 | |
| ID | pjafcgbpdclmdeiipolenjgkikeldljl |
| 官方網址 | 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"
]
} | |