Little Synth Piano
Little Synth Piano is a compact and simple Use add-on for playing and learning the piano.
Was ist Little Synth Piano?
Little Synth Piano ist eine Chrome-Erweiterung, die von https://www.downloadhub.cloud entwickelt wurde, und ihr Hauptmerkmal ist "Little Synth Piano is a compact and simple Use add-on for playing and learning the piano.".
Erweiterungsscreenshots
Little Synth Piano-Erweiterungs-CRX-Datei herunterladen
Laden Sie Little Synth Piano-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
A lightweight and simple-to-use add-on for playing and learning the piano is called Little Synth Piano. It is entirely constructed using web technologies (HTML, JS, CSS). Using either the mouse or the built-in keyboard, you can play your favourite sound.
Little Synth Piano is a compact and simple-to-use add-on for playing and learning the piano. It is entirely based on web technologies. Using the mouse or built-in keyboard, Overall, this app is a lightweight and incredibly user-friendly piano and guitar sound or drum software that runs in your browser. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ipjihocheeihhnlikejndlohhlafkcij |
| Offizielle URL | https://chromewebstore.google.com/detail/little-synth-piano/ipjihocheeihhnlikejndlohhlafkcij |
| Beschreibung | Little Synth Piano is a compact and simple Use add-on for playing and learning the piano. |
| Dateigröße | 427 KB |
| Installationsanzahl | 118 |
| Aktuelle Version | 1.3 |
| Letztes Update | 2022-12-09 |
| Veröffentlichungsdatum | 2022-12-08 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://www.downloadhub.cloud |
| [email protected] | |
| Zahlungsart | free |
| Hilfeseite URL | https://www.downloadhub.cloud/2022/12/little-synth-piano.html |
| URL der Datenschutzrichtlinien-Seite | https://www.downloadhub.cloud/p/privacy-policy.html |
| Unterstützte Sprachen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
},
"default_title": "Little Synth Piano"
},
"background": {
"service_worker": "background.js"
},
"commands": {
"_execute_action": []
},
"description": "Little Synth Piano is a compact and simple Use add-on for playing and learning the piano.",
"homepage_url": "https:\/\/www.downloadhub.cloud\/2022\/12\/little-synth-piano.html",
"icons": {
"128": "data\/icons\/128.png",
"16": "data\/icons\/16.png",
"32": "data\/icons\/32.png",
"48": "data\/icons\/48.png",
"64": "data\/icons\/64.png"
},
"manifest_version": 3,
"name": "Little Synth Piano",
"offline_enabled": true,
"permissions": [
"storage",
"contextMenus"
],
"version": "1.3"
} | |