Inspirational Wallpapers
Inspiring wallpapers for your browser
Inspirational Wallpapersคืออะไร?
Inspirational Wallpapers เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extensions Stars และคุณลักษณะหลักของมันคือ "Inspiring wallpapers for your browser"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inspirational Wallpapers
ดาวน์โหลดไฟล์ส่วนขยาย Inspirational Wallpapers ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Bring inspiration to your day with our amazing selection of breathtaking wallpapers and motivational quotes. We carefully selected the best images that will bring the most beautiful places in the world right to your browser. Features: * Weather widget based on your location * Time widget according to your time zone * Search box
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Inspirational Wallpapers |
ID | ehdhnmnkeapbbfdicgggolflejccjkdf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/inspirational-wallpapers/ehdhnmnkeapbbfdicgggolflejccjkdf |
คำอธิบาย | Inspiring wallpapers for your browser |
ขนาดไฟล์ | 3.21 MB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 1.1.2 |
อัปเดตครั้งล่าสุด | 2019-12-21 |
วันที่เผยแพร่ | 2019-12-21 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Extensions Stars |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Inspirational Wallpapers", "version": "1.1.2", "description": "Inspiring wallpapers for your browser", "icons": { "16": "\/media\/icons\/icon16.png", "48": "\/media\/icons\/icon48.png", "128": "\/media\/icons\/icon128.png" }, "permissions": [ "geolocation" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "web_accessible_resources": [ "newtab.html" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_security_policy": "default-src 'self'; connect-src https:\/\/inspirational-wallpapers.online https:\/\/api.opencagedata.com http:\/\/api.openweathermap.org; img-src http:\/\/openweathermap.org;", "manifest_version": 2 } |