Rock Paper Scissors

Let's Play Rock Paper Scissors

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

Rock Paper Scissors - это расширение Chrome, разработанное mushahidkhan835, и его основная функция - "Let's Play Rock Paper Scissors".

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

screenshot

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

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

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

                        The users can test their luck against the computer in this extension. This is an extension which the users can use to play Rock, Paper, Scissors against the computer. User must choose from the following options: Rock, Paper or Scissors(with only first letter capitalized). A wrong entry will enable the extension tell the user that an invalid entry has been made.                    

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

Название Rock Paper Scissors Rock Paper Scissors
ID inimhkhhdbgeghmjoeaclkcfemkmkhde
Официальный URL https://chromewebstore.google.com/detail/rock-paper-scissors/inimhkhhdbgeghmjoeaclkcfemkmkhde
Описание Let's Play Rock Paper Scissors
Размер файла 9.8 KB
Количество установок 323
Текущая Версия 1.2
Последнее Обновление 2015-01-06
Дата публикации 2015-01-05
Рейтинг 1.67/5 Всего 3 оценок
Разработчик mushahidkhan835
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rock Paper Scissors",
    "version": "1.2",
    "description": "Let's Play Rock Paper Scissors",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "p2.png",
        "default_popup": "popup.html"
    }
}