New Tab with MoMA

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

Hvad er New Tab with MoMA?

New Tab with MoMA er en Chrome-udvidelse udviklet af MoMA The Museum of Modern Art, og dens hovedfunktion er "Explore MoMA’s collection of modern and contemporary art right from your browser.".

Udvidelsesskærmbilleder

screenshot

Download New Tab with MoMA-udvidelses-CRX-fil

Download New Tab with MoMA-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn New Tab with MoMA New Tab with MoMA
ID eohfkkfhfcmcnnodmbficbopaildende
Officiel URL https://chromewebstore.google.com/detail/new-tab-with-moma/eohfkkfhfcmcnnodmbficbopaildende
Beskrivelse Explore MoMA’s collection of modern and contemporary art right from your browser.
Filstørrelse 2.79 MB
Antal Installationer 10,639
Nuværende Version 1.0
Senest Opdateret 2022-03-25
Udgivelsesdato 2022-03-24
Bedømmelse 4.46/5 Samlet 24 Bedømmelser
Udvikler MoMA The Museum of Modern Art
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.moma.org/
URL til Fortrolighedspolitik Side https://www.moma.org/about/about-this-site
Understøttede Sprog 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"
    }
}