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
Eメール [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"
    }
}