Chrome Piano

Play the piano in your browser

Apa itu Chrome Piano?

Chrome Piano adalah ekstensi Chrome yang dikembangkan oleh leonyanagida, dan fitur utamanya adalah "Play the piano in your browser".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Chrome Piano

Unduh file ekstensi Chrome Piano dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Chrome Piano Chrome Piano
ID pjafcgbpdclmdeiipolenjgkikeldljl
URL Resmi https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl
Deskripsi Play the piano in your browser
Ukuran File 2.2 MB
Jumlah Instalasi 169,898
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2022-12-17
Tanggal Publikasi 2017-09-10
Penilaian 4.56/5 Total 79 Penilaian
Pengembang leonyanagida
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/
URL Halaman Bantuan https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/
Bahasa yang Didukung 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"
    ]
}