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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |