Inspirational Wallpapers
Inspiring wallpapers for your browser
Hvad er Inspirational Wallpapers?
Inspirational Wallpapers er en Chrome-udvidelse udviklet af Extensions Stars, og dens hovedfunktion er "Inspiring wallpapers for your browser".
Udvidelsesskærmbilleder
Download Inspirational Wallpapers-udvidelses-CRX-fil
Download Inspirational Wallpapers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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
Grundlæggende oplysninger om udvidelsen
Navn | Inspirational Wallpapers |
ID | ehdhnmnkeapbbfdicgggolflejccjkdf |
Officiel URL | https://chromewebstore.google.com/detail/inspirational-wallpapers/ehdhnmnkeapbbfdicgggolflejccjkdf |
Beskrivelse | Inspiring wallpapers for your browser |
Filstørrelse | 3.21 MB |
Antal Installationer | 63 |
Nuværende Version | 1.1.2 |
Senest Opdateret | 2019-12-21 |
Udgivelsesdato | 2019-12-21 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | Extensions Stars |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |