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是由MoMA The Museum of Modern Art开发的Chrome扩展程序,该扩展的主要功能是“Explore MoMA’s collection of modern and contemporary art right from your browser.”。

扩展截图

screenshot

下载New Tab with MoMA扩展crx文件

下载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"
    }
}