New Tab with MoMA

Explore MoMA’s collection of modern and contemporary art right from your browser.

What is New Tab with MoMA?

New Tab with MoMA is a Chrome extension developed by MoMA The Museum of Modern Art, and its main feature is "Explore MoMA’s collection of modern and contemporary art right from your browser.".

Extension Screenshots

screenshot

Download New Tab with MoMA Extension CRX File

Download New Tab with MoMA 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

                        Discover new and iconic works of art from The Museum of Modern Art each time you open a new tab in Chrome. 

While using this extension, in each new Chrome tab, you’ll see a different artwork from our collection, ranging from Vincent Van Gogh’s “The Starry Night” to Felix Gonzalez-Torres’s “‘Untitled’ (Perfect Lovers).”

To learn more, click the artwork image or its description for details, stories, and more on moma.org.

Made with our friends at Google using Google Tab Maker.

By installing this extension, you agree to our Privacy Policy and Terms of Use at moma.org/about/about-this-site/.                    

Extension Basic Information

Name New Tab with MoMA New Tab with MoMA
ID eohfkkfhfcmcnnodmbficbopaildende
Official URL https://chromewebstore.google.com/detail/new-tab-with-moma/eohfkkfhfcmcnnodmbficbopaildende
Description Explore MoMA’s collection of modern and contemporary art right from your browser.
File Size 2.79 MB
Installation Count 10,639
Current Version 1.0
Last Updated 2022-03-25
Publish Date 2022-03-24
Rating 4.46/5 Total 24 Ratings
Developer MoMA The Museum of Modern Art
Email [email protected]
Payment Type free
Extension Website https://www.moma.org/
Privacy Policy Page URL https://www.moma.org/about/about-this-site
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "New Tab with MoMA",
    "description": "Explore MoMA\u2019s collection of modern and contemporary art right from your browser.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.0",
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "permissions": [
        "alarms",
        "storage"
    ],
    "background": {
        "service_worker": "bg-loader.js"
    }
}