Art
Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…
O que é Art?
Art é uma extensão do Chrome desenvolvida por http://www.zachschnell.com, e sua principal característica é "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Art
Baixe arquivos de extensão Art 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
Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET. Earlier this year, they released hundreds of thousands of such images, ranging from statues and costumes to baseball cards and albumen. See something you like? Hit the "more like this" button and see more of the art that most captivates you.
Informações Básicas da Extensão
Nome | |
ID | camjlcjebflgchepghjpjeiddegldhae |
URL Oficial | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Descrição | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Tamanho do Arquivo | 744 KB |
Contagem de Instalações | 88 |
Versão Atual | 0.9.1 |
Última Atualização | 2017-11-26 |
Data de Publicação | 2017-11-26 |
Desenvolvedor | http://www.zachschnell.com |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/zchr/art |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Art", "version": "0.9.1", "chrome_url_overrides": { "newtab": "art.html" }, "permissions": [ "https:\/\/www.metmuseum.org\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |