New Tab with MoMA

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

Wat is New Tab with MoMA?

New Tab with MoMA is een Chrome-extensie ontwikkeld door MoMA The Museum of Modern Art, en de belangrijkste functie is "Explore MoMA’s collection of modern and contemporary art right from your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie New Tab with MoMA

Download New Tab with MoMA-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam New Tab with MoMA New Tab with MoMA
ID eohfkkfhfcmcnnodmbficbopaildende
Officiële URL https://chromewebstore.google.com/detail/new-tab-with-moma/eohfkkfhfcmcnnodmbficbopaildende
Beschrijving Explore MoMA’s collection of modern and contemporary art right from your browser.
Bestandsgrootte 2.79 MB
Aantal Installaties 10,639
Huidige Versie 1.0
Laatst Bijgewerkt 2022-03-25
Publicatiedatum 2022-03-24
Beoordeling 4.46/5 Totaal 24 Beoordelingen
Ontwikkelaar MoMA The Museum of Modern Art
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.moma.org/
URL van de Privacybeleid Pagina https://www.moma.org/about/about-this-site
Ondersteunde Talen 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"
    }
}