Picasso - New Tab Page
Art masterpieces in your browser tabs.
What is Picasso - New Tab Page?
Picasso - New Tab Page is a Chrome extension developed by fawind, and its main feature is "Art masterpieces in your browser tabs.".
Extension Screenshots
Download Picasso - New Tab Page Extension CRX File
Download Picasso - New Tab Page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Picasso - New Tab Page |
ID | dlckklnbefkepkjemodnlbjokaimbedb |
Official URL | https://chromewebstore.google.com/detail/picasso-new-tab-page/dlckklnbefkepkjemodnlbjokaimbedb |
Description | Art masterpieces in your browser tabs. |
File Size | 355 KB |
Installation Count | 592 |
Current Version | 0.2.2 |
Last Updated | 2020-11-19 |
Publish Date | 2017-12-01 |
Rating | 4.71/5 Total 7 Ratings |
Developer | fawind |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/fawind/picasso |
Help Page URL | https://github.com/fawind/picasso/issues |
Supported Languages | 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" } } |