Inspirational Wallpapers
Inspiring wallpapers for your browser
什麼是Inspirational Wallpapers?
Inspirational Wallpapers是由Extensions Stars開發的Chrome擴展程式,該擴展的主要功能是“Inspiring wallpapers for your browser”。
擴展截圖
下載Inspirational Wallpapers擴展crx文件
下載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 |
官方網址 | 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 } |