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 |
官方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 } |