Rock Paper Scissors

A computerized version of a classic game.

Что такое Rock Paper Scissors?

Rock Paper Scissors - это расширение Chrome, разработанное http://www.deeheber.com, и его основная функция - "A computerized version of a classic game.".

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

screenshot

Скачать файл CRX расширения Rock Paper Scissors

Скачайте файлы расширений Rock Paper Scissors в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Ever feel bored and want something quick to pass the time? Maybe watching Hulu and need something to do while the commercials are happening? This game is your answer!

This is an electronic spin on the classic game of Rock, Paper, or Scissors. Each game consists of five rounds, but you also have the option to start a fresh game if you prefer.                    

Основная информация о расширении

Название Rock Paper Scissors Rock Paper Scissors
ID ngdfhjfgdakniamhoodbaljgoaoollok
Официальный URL https://chrome.google.com/webstore/detail/rock-paper-scissors/ngdfhjfgdakniamhoodbaljgoaoollok
Описание A computerized version of a classic game.
Размер файла 6.82 KB
Количество установок 24
Текущая Версия 2.0
Последнее Обновление 2016-02-28
Дата публикации 2016-02-28
Рейтинг 4.50/5 Всего 2 оценок
Разработчик http://www.deeheber.com
Тип оплаты free
Официальный сайт расширения http://www.deeheber.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rock Paper Scissors",
    "author": "Danielle Heberling",
    "description": "A computerized version of a classic game.",
    "version": "2.0",
    "background": {
        "scripts": [
            "app.js"
        ],
        "persistent": false
    },
    "icons": {
        "48": "icon-48.png"
    },
    "browser_action": {
        "default_icon": "icon-48.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}