Inspirational Wallpapers
Inspiring wallpapers for your browser
Was ist Inspirational Wallpapers?
Inspirational Wallpapers ist eine Chrome-Erweiterung, die von Extensions Stars entwickelt wurde, und ihr Hauptmerkmal ist "Inspiring wallpapers for your browser".
Erweiterungsscreenshots
Inspirational Wallpapers-Erweiterungs-CRX-Datei herunterladen
Laden Sie Inspirational Wallpapers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Inspirational Wallpapers |
ID | ehdhnmnkeapbbfdicgggolflejccjkdf |
Offizielle URL | https://chromewebstore.google.com/detail/inspirational-wallpapers/ehdhnmnkeapbbfdicgggolflejccjkdf |
Beschreibung | Inspiring wallpapers for your browser |
Dateigröße | 3.21 MB |
Installationsanzahl | 63 |
Aktuelle Version | 1.1.2 |
Letztes Update | 2019-12-21 |
Veröffentlichungsdatum | 2019-12-21 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Extensions Stars |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |