New Tab with MoMA

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

Vad är New Tab with MoMA?

New Tab with MoMA är en Chrome-tillägg utvecklad av MoMA The Museum of Modern Art, och dess huvudfunktion är "Explore MoMA’s collection of modern and contemporary art right from your browser.".

Tilläggsskärmbilder

screenshot

Ladda ner New Tab with MoMA-förlängningens CRX-fil

Ladda ner New Tab with MoMA-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn New Tab with MoMA New Tab with MoMA
ID eohfkkfhfcmcnnodmbficbopaildende
Officiell webbadress https://chromewebstore.google.com/detail/new-tab-with-moma/eohfkkfhfcmcnnodmbficbopaildende
Beskrivning Explore MoMA’s collection of modern and contemporary art right from your browser.
Filstorlek 2.79 MB
Antal Installationer 10,639
Aktuell Version 1.0
Senast Uppdaterad 2022-03-25
Publiceringsdatum 2022-03-24
Betyg 4.46/5 Totalt 24 Betyg
Utvecklare MoMA The Museum of Modern Art
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.moma.org/
URL till Sekretesspolicy Sidan https://www.moma.org/about/about-this-site
Stödda Språk 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"
    }
}