Picasso - New Tab Page
Art masterpieces in your browser tabs.
什么是Picasso - New Tab Page?
Picasso - New Tab Page是由fawind开发的Chrome扩展程序,该扩展的主要功能是“Art masterpieces in your browser tabs.”。
扩展截图
下载Picasso - New Tab Page扩展crx文件
下载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.
扩展基本信息
名称 | Picasso - New Tab Page |
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" } } |