Art
Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…
Что такое Art?
Art - это расширение Chrome, разработанное http://www.zachschnell.com, и его основная функция - "Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…".
Снимки экрана расширения
Скачать файл CRX расширения Art
Скачайте файлы расширений Art в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET. Earlier this year, they released hundreds of thousands of such images, ranging from statues and costumes to baseball cards and albumen. See something you like? Hit the "more like this" button and see more of the art that most captivates you.
Основная информация о расширении
Название | |
ID | camjlcjebflgchepghjpjeiddegldhae |
Официальный URL | https://chrome.google.com/webstore/detail/art/camjlcjebflgchepghjpjeiddegldhae |
Описание | Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.… |
Размер файла | 744 KB |
Количество установок | 88 |
Текущая Версия | 0.9.1 |
Последнее Обновление | 2017-11-26 |
Дата публикации | 2017-11-26 |
Разработчик | http://www.zachschnell.com |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/zchr/art |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Art", "version": "0.9.1", "chrome_url_overrides": { "newtab": "art.html" }, "permissions": [ "https:\/\/www.metmuseum.org\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } |