New Tab with MoMA

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

Τι είναι το New Tab with MoMA;

Το New Tab with MoMA είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον MoMA The Museum of Modern Art, και η κύρια λειτουργία του είναι "Explore MoMA’s collection of modern and contemporary art right from your browser.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης New Tab with MoMA

Λήψη αρχείων επέκτασης New Tab with MoMA σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα New Tab with MoMA New Tab with MoMA
ID eohfkkfhfcmcnnodmbficbopaildende
Επίσημο URL https://chromewebstore.google.com/detail/new-tab-with-moma/eohfkkfhfcmcnnodmbficbopaildende
Περιγραφή Explore MoMA’s collection of modern and contemporary art right from your browser.
Μέγεθος Αρχείου 2.79 MB
Αριθμός Εγκαταστάσεων 10,639
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-03-25
Ημερομηνία Δημοσίευσης 2022-03-24
Αξιολόγηση 4.46/5 Συνολικά 24 Αξιολογήσεις
Προγραμματιστής MoMA The Museum of Modern Art
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.moma.org/
URL της Σελίδας Πολιτικής Απορρήτου https://www.moma.org/about/about-this-site
Υποστηριζόμενες Γλώσσες 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"
    }
}