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.

What is Art Institute of Chicago: Art Tab?

Art Institute of Chicago: Art Tab is a Chrome extension developed by Art Institute of Chicago, and its main feature is "Sneak some inspiration into your day. See a new, random artwork from the museum's vast collection every time you open a new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Art Institute of Chicago: Art Tab Extension CRX File

Download Art Institute of Chicago: Art Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Art Institute of Chicago: Art Tab Art Institute of Chicago: Art Tab
ID abacageipbknolldcoehafgfjamoejad
Official URL https://chromewebstore.google.com/detail/art-institute-of-chicago/abacageipbknolldcoehafgfjamoejad
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.
File Size 7.14 MB
Installation Count 1,299
Current Version 1.5
Last Updated 2023-07-07
Publish Date 2019-10-25
Rating 5.00/5 Total 9 Ratings
Developer Art Institute of Chicago
Email [email protected]
Payment Type free
Extension Website https://www.artic.edu
Help Page URL https://github.com/art-institute-of-chicago/browser-extension
Privacy Policy Page URL https://www.artic.edu/terms
Supported Languages 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"
    ]
}