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