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

What is Art?

Art is a Chrome extension developed by http://www.zachschnell.com, and its main feature is "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".

Extension Screenshots

screenshot
screenshot

Download Art Extension CRX File

Download Art 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

                        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.                    

Extension Basic Information

Name Art Art
ID camjlcjebflgchepghjpjeiddegldhae
Official URL https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae
Description Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…
File Size 744 KB
Installation Count 88
Current Version 0.9.1
Last Updated 2017-11-26
Publish Date 2017-11-26
Developer http://www.zachschnell.com
Payment Type free
Extension Website https://github.com/zchr/art
Supported Languages 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"
    }
}