GrantWood Test
It is a learning game that will teach you how to distinguish from Rembrandt.
Что такое GrantWood Test?
GrantWood Test - это расширение Chrome, разработанное bakhirev.alexey, и его основная функция - "It is a learning game that will teach you how to distinguish from Rembrandt.".
Снимки экрана расширения
Скачать файл CRX расширения GrantWood Test
Скачайте файлы расширений GrantWood Test в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
It is a learning game that will teach you how to distinguish from Rembrandt, Rubens. Presented more than 15 schools of painting (from the Northern Renaissance, to Cubism). Large number of artists. On each answer you are given not more than 10 seconds. For each wrong answer, you lose points. Become the best and amaze your friends!
Основная информация о расширении
Название | GrantWood Test |
ID | fijpjojcehigoonpojdlcednldnaalel |
Официальный URL | https://chromewebstore.google.com/detail/grantwood-test/fijpjojcehigoonpojdlcednldnaalel |
Описание | It is a learning game that will teach you how to distinguish from Rembrandt. |
Размер файла | 16.25 MB |
Количество установок | 59 |
Текущая Версия | 2.2.0 |
Последнее Обновление | 2014-02-27 |
Дата публикации | 2014-02-27 |
Рейтинг | 5.00/5 Всего 1 оценок |
Разработчик | bakhirev.alexey |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "custom_icon_16.png", "default_popup": "popup.html", "default_title": "GrantWood Test" }, "description": "It is a learning game that will teach you how to distinguish from Rembrandt.", "icons": { "16": "custom_icon_16.png", "48": "custom_icon_48.png", "128": "custom_icon_128.png" }, "sandbox": { "pages": [ "game\/index.html" ], "scripts": [ "game\/js\/index.js" ] }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "GrantWood Test", "version": "2.2.0" } |