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 - это расширение Chrome, разработанное zjulia, и его основная функция - "Have one player read the body part secretly and then have other players try to guess!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Name That Part

Скачайте файлы расширений 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"
    }
}