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.…

¿Qué es Art?

Art es una extensión de Chrome desarrollada por http://www.zachschnell.com, y su función principal es "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 Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Art

Descarga archivos de extensión Art en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Art Art
ID camjlcjebflgchepghjpjeiddegldhae
URL Oficial https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae
Descripción Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…
Tamaño del Archivo 744 KB
Cantidad de Instalaciones 88
Versión Actual 0.9.1
Última Actualización 2017-11-26
Fecha de Publicación 2017-11-26
Desarrollador http://www.zachschnell.com
Tipo de Pago free
Sitio Web de la Extensión https://github.com/zchr/art
Idiomas Soportados 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"
    }
}