Piano Online

Piano Online: Play piano with your friends!

什麼是Piano Online?

Piano Online是由BBHH Games開發的Chrome擴展程式,該擴展的主要功能是“Piano Online: Play piano with your friends!”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 Piano Online Piano Online
ID bmdpjohnkjajhimbidkomnmeopmmgdah
官方網址 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
電子郵箱 [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"
        ]
    }
}