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 là gì?
Beautiful Wallpapers by Saatchi Art là một tiện ích mở rộng Chrome được phát triển bởi Leaf Group, và tính năng chính của nó là "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Beautiful Wallpapers by Saatchi Art
Tải xuống các tệp mở rộng Beautiful Wallpapers by Saatchi Art dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | onhkklabjfamfjinnjkmhngknoellllf |
URL Chính Thức | https://chromewebstore.google.com/detail/beautiful-wallpapers-by-s/onhkklabjfamfjinnjkmhngknoellllf |
Mô tả | Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com |
Kích Thước Tệp | 232 KB |
Số Lần Cài Đặt | 65 |
Phiên Bản Hiện Tại | 1.8 |
Cập Nhật Lần Cuối | 2018-11-26 |
Ngày Phát Hành | 2018-11-26 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Leaf Group |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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 } |