Picasso - New Tab Page
Art masterpieces in your browser tabs.
Co to jest Picasso - New Tab Page?
Picasso - New Tab Page to rozszerzenie Chrome opracowane przez fawind, a jego główną funkcją jest „Art masterpieces in your browser tabs.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Picasso - New Tab Page
Pobierz pliki rozszerzeń Picasso - New Tab Page w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | dlckklnbefkepkjemodnlbjokaimbedb |
| Oficjalny URL | https://chromewebstore.google.com/detail/picasso-new-tab-page/dlckklnbefkepkjemodnlbjokaimbedb |
| Opis | Art masterpieces in your browser tabs. |
| Rozmiar pliku | 355 KB |
| Liczba instalacji | 592 |
| Aktualna Wersja | 0.2.2 |
| Ostatnia Aktualizacja | 2020-11-19 |
| Data Publikacji | 2017-12-01 |
| Ocena | 4.71/5 Łącznie 7 Oceny |
| Deweloper | fawind |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/fawind/picasso |
| Adres URL Strony Pomocy | https://github.com/fawind/picasso/issues |
| Obsługiwane Języki | 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"
}
} | |