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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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