GrantWood Test
It is a learning game that will teach you how to distinguish from Rembrandt.
O que é GrantWood Test?
GrantWood Test é uma extensão do Chrome desenvolvida por bakhirev.alexey, e sua principal característica é "It is a learning game that will teach you how to distinguish from Rembrandt.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão GrantWood Test
Baixe arquivos de extensão GrantWood Test no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | GrantWood Test |
ID | fijpjojcehigoonpojdlcednldnaalel |
URL Oficial | https://chromewebstore.google.com/detail/grantwood-test/fijpjojcehigoonpojdlcednldnaalel |
Descrição | It is a learning game that will teach you how to distinguish from Rembrandt. |
Tamanho do Arquivo | 16.25 MB |
Contagem de Instalações | 59 |
Versão Atual | 2.2.0 |
Última Atualização | 2014-02-27 |
Data de Publicação | 2014-02-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | bakhirev.alexey |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } |