Name That Part

Have one player read the body part secretly and then have other players try to guess!

什么是Name That Part?

Name That Part是由zjulia开发的Chrome扩展程序,该扩展的主要功能是“Have one player read the body part secretly and then have other players try to guess!”。

扩展截图

screenshot

下载Name That Part扩展crx文件

下载Name That Part扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The aim of the game is to move a certain body part and see who can guess which body part you're moving first.                    

扩展基本信息

名称 Name That Part Name That Part
ID mnjogjpljdlpngmfljhdhkleijoinpho
官方URL https://chromewebstore.google.com/detail/name-that-part/mnjogjpljdlpngmfljhdhkleijoinpho
简介 Have one player read the body part secretly and then have other players try to guess!
文件大小 1.05 MB
安装次数 12
当前版本 1.0
更新时间 2015-01-04
上架时间 2015-01-04
开发者 zjulia
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Name That Part",
    "version": "1.0",
    "description": "Have one player read the body part secretly and then have other players try to guess!",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}