Picasso - New Tab Page
Art masterpieces in your browser tabs.
Что такое Picasso - New Tab Page?
Picasso - New Tab Page - это расширение Chrome, разработанное fawind, и его основная функция - "Art masterpieces in your browser tabs.".
Снимки экрана расширения
Скачать файл CRX расширения Picasso - New Tab Page
Скачайте файлы расширений Picasso - New Tab Page в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Picasso replaces Chrome's default New Tab page with a wide selection of art masterpieces and shows you a new painting every day.
Click on the background to get information about the artwork or to skip to the next one. The images are provided by Wikiart. Основная информация о расширении
| Название | |
| ID | dlckklnbefkepkjemodnlbjokaimbedb |
| Официальный URL | https://chromewebstore.google.com/detail/picasso-new-tab-page/dlckklnbefkepkjemodnlbjokaimbedb |
| Описание | Art masterpieces in your browser tabs. |
| Размер файла | 355 KB |
| Количество установок | 592 |
| Текущая Версия | 0.2.2 |
| Последнее Обновление | 2020-11-19 |
| Дата публикации | 2017-12-01 |
| Рейтинг | 4.71/5 Всего 7 оценок |
| Разработчик | fawind |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | https://github.com/fawind/picasso |
| URL страницы помощи | https://github.com/fawind/picasso/issues |
| Поддерживаемые языки | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Picasso - New Tab Page",
"description": "Art masterpieces in your browser tabs.",
"version": "0.2.2",
"incognito": "split",
"permissions": [
"https:\/\/picasso-tab.appspot.com\/*",
"https:\/\/*.wikiart.org\/*"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"chrome_url_overrides": {
"newtab": "index.html"
},
"icons": {
"16": "picasso-16.png",
"48": "picasso-48.png",
"128": "picasso-128.png"
}
} | |