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