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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Leaf Group และคุณลักษณะหลักของมันคือ "Choose from a number of paintings, photographs, and illustrations as your background for Google Chrome. Provided by saatchiart.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Beautiful Wallpapers by Saatchi Art
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |