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.

O que é Art Institute of Chicago: Art Tab?

Art Institute of Chicago: Art Tab é uma extensão do Chrome desenvolvida por Art Institute of Chicago, e sua principal característica é "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 Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Art Institute of Chicago: Art Tab

Baixe arquivos de extensão Art Institute of Chicago: Art Tab 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

                        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.                    

Informações Básicas da Extensão

Nome 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
Descrição Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.
Tamanho do Arquivo 7.14 MB
Contagem de Instalações 1,299
Versão Atual 1.5
Última Atualização 2023-07-07
Data de Publicação 2019-10-25
Classificação 5.00/5 Total de 9 Avaliações
Desenvolvedor Art Institute of Chicago
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.artic.edu
URL da Página de Ajuda https://github.com/art-institute-of-chicago/browser-extension
URL da Página de Política de Privacidade https://www.artic.edu/terms
Idiomas Suportados 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"
    ]
}