Chrome Piano

Play the piano in your browser

Chrome Pianoとは何ですか?

Chrome Pianoはleonyanagidaによって開発されたChromeの拡張機能で、その主な機能は「Play the piano in your browser」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Chrome Piano拡張機能のCRXファイルをダウンロード

Chrome Piano拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Chrome Piano Chrome Piano
ID pjafcgbpdclmdeiipolenjgkikeldljl
公式URL https://chromewebstore.google.com/detail/chrome-piano/pjafcgbpdclmdeiipolenjgkikeldljl
説明 Play the piano in your browser
ファイルサイズ 2.2 MB
インストール数 169,898
現在のバージョン 2.0.3
最終更新日 2022-12-17
公開日 2017-09-10
評価 4.56/5 合計 79 レビュー
開発者 leonyanagida
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/
ヘルプページのURL https://developerleon.wordpress.com/2017/09/10/chrome-piano-extension/
対応言語 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"
    ]
}