Inspirational Wallpapers

Inspiring wallpapers for your browser

Wat is Inspirational Wallpapers?

Inspirational Wallpapers is een Chrome-extensie ontwikkeld door Extensions Stars, en de belangrijkste functie is "Inspiring wallpapers for your browser".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Inspirational Wallpapers

Download Inspirational Wallpapers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Inspirational Wallpapers Inspirational Wallpapers
ID ehdhnmnkeapbbfdicgggolflejccjkdf
Officiële URL https://chromewebstore.google.com/detail/inspirational-wallpapers/ehdhnmnkeapbbfdicgggolflejccjkdf
Beschrijving Inspiring wallpapers for your browser
Bestandsgrootte 3.21 MB
Aantal Installaties 63
Huidige Versie 1.1.2
Laatst Bijgewerkt 2019-12-21
Publicatiedatum 2019-12-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Extensions Stars
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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
}