Little Synth Piano

Little Synth Piano is a compact and simple Use add-on for playing and learning the piano.

Little Synth Piano란 무엇입니까?

Little Synth Piano은(는) https://www.downloadhub.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Little Synth Piano is a compact and simple Use add-on for playing and learning the piano."입니다.

확장 프로그램 스크린샷

screenshot

Little Synth Piano 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Little Synth Piano Little Synth Piano
ID ipjihocheeihhnlikejndlohhlafkcij
공식 URL https://chromewebstore.google.com/detail/little-synth-piano/ipjihocheeihhnlikejndlohhlafkcij
설명 Little Synth Piano is a compact and simple Use add-on for playing and learning the piano.
파일 크기 427 KB
설치 횟수 118
현재 버전 1.3
최근 업데이트 2022-12-09
출시 날짜 2022-12-08
평점 5.00/5 총 1 개의 평점
개발자 https://www.downloadhub.cloud
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://www.downloadhub.cloud/2022/12/little-synth-piano.html
개인정보 보호 정책 페이지 URL https://www.downloadhub.cloud/p/privacy-policy.html
지원되는 언어 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"
}