Beautiful Wallpapers by Saatchi Art
Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com
Beautiful Wallpapers by Saatchi Artとは何ですか?
Beautiful Wallpapers by Saatchi ArtはLeaf Groupによって開発されたChromeの拡張機能で、その主な機能は「Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com」です。
拡張機能のスクリーンショット
Beautiful Wallpapers by Saatchi Art拡張機能のCRXファイルをダウンロード
Beautiful Wallpapers by Saatchi Art拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension displays amazing art pieces as your background for google chrome. Use this extension to create to-do lists, make notes, and browse art provided by Saatchi Art.
拡張機能の基本情報
名前 | |
ID | onhkklabjfamfjinnjkmhngknoellllf |
公式URL | https://chromewebstore.google.com/detail/beautiful-wallpapers-by-s/onhkklabjfamfjinnjkmhngknoellllf |
説明 | Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com |
ファイルサイズ | 232 KB |
インストール数 | 65 |
現在のバージョン | 1.8 |
最終更新日 | 2018-11-26 |
公開日 | 2018-11-26 |
評価 | 5.00/5 合計 4 レビュー |
開発者 | Leaf Group |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beautiful Wallpapers by Saatchi Art", "version": "1.8", "description": "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com", "permissions": [ "activeTab", "tabs", "bookmarks", "chrome:\/\/favicon\/", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ], "persistent": true }, "chrome_url_overrides": { "newtab": "index.html" }, "browser_action": { "default_icon": { "16": "img\/sa16.png", "32": "img\/sa32.png", "48": "img\/sa48.png", "128": "img\/sa128.png" } }, "icons": { "16": "img\/sa16.png", "32": "img\/sa32.png", "48": "img\/sa48.png", "128": "img\/sa128.png" }, "manifest_version": 2 } |