MET Patterns

Override the standard new tab page with a random image from the Metropolitan Museum of Art's online collection

Что такое MET Patterns?

MET Patterns - это расширение Chrome, разработанное MET Media Lab, и его основная функция - "Override the standard new tab page with a random image from the Metropolitan Museum of Art's online collection".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения MET Patterns

Скачайте файлы расширений MET Patterns в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Patterns span all cultures through time and location, from ceramics of early man to modern painting. Please enjoy this variety of patterns seen in the esteemed collection of The Metropolitan Museum of Art. If added, this application will display a different pattern, with access to the MET's website, every time a new tab is opened.  Developed by Andy Rosenwald, Met Media Lab Intern, 2016                    

Основная информация о расширении

Название MET Patterns MET Patterns
ID iboigbdbgcnjlmjmgeeiipifkgjchofh
Официальный URL https://chromewebstore.google.com/detail/met-patterns/iboigbdbgcnjlmjmgeeiipifkgjchofh
Описание Override the standard new tab page with a random image from the Metropolitan Museum of Art's online collection
Размер файла 33.62 KB
Количество установок 92
Текущая Версия 1
Последнее Обновление 2016-07-19
Дата публикации 2016-07-19
Рейтинг 4.00/5 Всего 1 оценок
Разработчик MET Media Lab
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MET Patterns",
    "description": "Override the standard new tab page with a random image from the Metropolitan Museum of Art's online collection",
    "version": "1",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "random.html"
    },
    "manifest_version": 2
}