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 |
Eメール | [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 } |