Chrome Piano
Play the piano in your browser
Vad är Chrome Piano?
Chrome Piano är en Chrome-tillägg utvecklad av leonyanagida, och dess huvudfunktion är "Play the piano in your browser".
Tilläggsskärmbilder
Ladda ner Chrome Piano-förlängningens CRX-fil
Ladda ner Chrome Piano-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | pjafcgbpdclmdeiipolenjgkikeldljl |
| Officiell webbadress | https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl |
| Beskrivning | Play the piano in your browser |
| Filstorlek | 2.2 MB |
| Antal Installationer | 169,898 |
| Aktuell Version | 2.0.3 |
| Senast Uppdaterad | 2022-12-17 |
| Publiceringsdatum | 2017-09-10 |
| Betyg | 4.56/5 Totalt 79 Betyg |
| Utvecklare | leonyanagida |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
| Hjälpsida URL | https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/ |
| Stödda Språk | 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"
]
} | |