Little Synth Piano

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

Little Synth Piano là gì?

Little Synth Piano là một tiện ích mở rộng Chrome được phát triển bởi https://www.downloadhub.cloud, và tính năng chính của nó là "Little Synth Piano is a compact and simple Use add-on for playing and learning the piano.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Little Synth Piano

Tải xuống các tệp mở rộng Little Synth Piano dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Little Synth Piano Little Synth Piano
ID ipjihocheeihhnlikejndlohhlafkcij
URL Chính Thức https://chromewebstore.google.com/detail/little-synth-piano/ipjihocheeihhnlikejndlohhlafkcij
Mô tả Little Synth Piano is a compact and simple Use add-on for playing and learning the piano.
Kích Thước Tệp 427 KB
Số Lần Cài Đặt 118
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2022-12-09
Ngày Phát Hành 2022-12-08
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.downloadhub.cloud
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://www.downloadhub.cloud/2022/12/little-synth-piano.html
URL Trang Chính Sách Bảo Mật https://www.downloadhub.cloud/p/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ 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"
}