Piano Online
Piano Online: Play piano with your friends!
Piano Onlineとは何ですか?
Piano OnlineはBBHH Gamesによって開発されたChromeの拡張機能で、その主な機能は「Piano Online: Play piano with your friends!」です。
拡張機能のスクリーンショット
Piano Online拡張機能のCRXファイルをダウンロード
Piano Online拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Create a song alone, or play a favorite with your friends! Piano Online allows you to play piano online, alone or with friends! NOTE: This extension requires internet to play. This features of this extension were not created by BBHH Games. This extension is just a portal to www.multiplayerpiano.com and allows easy access to the site. This extension is not sponsored by www.multiplayerpiano.com in any way.
拡張機能の基本情報
名前 | |
ID | bmdpjohnkjajhimbidkomnmeopmmgdah |
公式URL | https://chrome.google.com/webstore/detail/piano-online/bmdpjohnkjajhimbidkomnmeopmmgdah |
説明 | Piano Online: Play piano with your friends! |
ファイルサイズ | 4.3 KB |
インストール数 | 5,000 |
現在のバージョン | 0.1.0 |
最終更新日 | 2017-05-04 |
公開日 | 2017-05-04 |
評価 | 4.00/5 合計 17 レビュー |
開発者 | BBHH Games |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Piano Online", "description": "Piano Online: Play piano with your friends!", "version": "0.1.0", "icons": { "16": "icon16.png", "32": "icon32.png", "64": "icon64.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "16": "icon16.png" }, "default_title": "Piano Online" }, "background": { "scripts": [ "script.js" ] } } |