Piano Prime

An easy-to-use and lite piano app for your browser!

Piano Primeคืออะไร?

Piano Prime เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorvi และคุณลักษณะหลักของมันคือ "An easy-to-use and lite piano app for your browser!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Piano Prime

ดาวน์โหลดไฟล์ส่วนขยาย Piano Prime ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Piano Prime is a fun, and very simple piano extension for your browser.

This addon is a lite and very easy-to-use app for playing or learning Piano. You can play your favorite song with the built-in keyboard, or mouse. There is also an option to record desired song(s) and replay it at any time. In total, there are 52 keyboard keys but only 20 of them are visible when you install the App for the first time. This number can be changed from the options page. A setting is available to hide the built-in keyboard (top section). Moreover, the sustain-control option makes bits last a bit longer (for a more professional playing).

Few features:
1. The App and all the settings are auto-saved to the memory.
2. You can play piano with the keyboard, mouse, or the built-in keyboard at the top.
3. Number of visible keys is adjustable to your desired choice (default is 27).
4. You can hide the keyboard from the options page.
5. There is also a sustain control key to match sounds to your need (default is off).
6. You can record or replay any song(s) from the sidebar settings panel.

Note: to report bugs, please fill the bug report form on the addon's homepage (https://mybrowseraddon.com/piano.html).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Piano Prime Piano Prime
ID cepkojdphimpnliceeffcknbnlekcifg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/piano-prime/cepkojdphimpnliceeffcknbnlekcifg
คำอธิบาย An easy-to-use and lite piano app for your browser!
ขนาดไฟล์ 6.11 MB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2023-12-24
วันที่เผยแพร่ 2020-03-04
คะแนน 4.40/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Jorvi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://mybrowseraddon.com/piano.html
URL หน้าช่วยเหลือ https://mybrowseraddon.com/piano.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "name": "Piano Prime",
    "manifest_version": 3,
    "offline_enabled": true,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "homepage_url": "https:\/\/mybrowseraddon.com\/piano.html",
    "description": "An easy-to-use and lite piano app for your browser!",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Piano Prime",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}