Art Institute of Chicago: Art Tab

Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.

¿Qué es Art Institute of Chicago: Art Tab?

Art Institute of Chicago: Art Tab es una extensión de Chrome desarrollada por Art Institute of Chicago, y su función principal es "Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Art Institute of Chicago: Art Tab

Descarga archivos de extensión Art Institute of Chicago: Art Tab 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

                        One of the world’s major art museums, the Art Institute of Chicago houses an extraordinary collection of objects from across places, cultures, and times. This browser extension pulls from a pool of over 50,000 public domain images of objects in this remarkable collection and greets you with a different piece with each new tab you open.

All images displayed in the extension are:

• Licensed with an open Creative Commons Public Domain license (CC0).
• Downloadable via a link at the bottom of each tab, which means you can use them for your own personal projects.
• Clickable to the museum's website, where you can learn more about the individual artworks.

Please note that some artworks in the online collection, as in the museum galleries, show nudity.                    

Información Básica de la Extensión

Nombre Art Institute of Chicago: Art Tab Art Institute of Chicago: Art Tab
ID abacageipbknolldcoehafgfjamoejad
URL Oficial https://chromewebstore.google.com/detail/art-institute-of-chicago/abacageipbknolldcoehafgfjamoejad
Descripción Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.
Tamaño del Archivo 7.14 MB
Cantidad de Instalaciones 1,299
Versión Actual 1.5
Última Actualización 2023-07-07
Fecha de Publicación 2019-10-25
Calificación 5.00/5 Total de 9 Calificaciones
Desarrollador Art Institute of Chicago
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://www.artic.edu
URL de la Página de Ayuda https://github.com/art-institute-of-chicago/browser-extension
URL de la Página de Política de Privacidad https://www.artic.edu/terms
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Art Institute of Chicago: Art Tab",
    "version": "1.5",
    "action": {
        "default_icon": {
            "16": "assets\/logo--icon--16.png",
            "48": "assets\/logo--icon--48.png",
            "128": "assets\/logo--icon--128.png"
        },
        "default_title": "Art Institute of Chicago"
    },
    "description": "Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.",
    "icons": {
        "16": "assets\/logo--icon--16.png",
        "48": "assets\/logo--icon--48.png",
        "128": "assets\/logo--icon--128.png"
    },
    "author": "Art Institute of Chicago",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage"
    ]
}