Inspirational Wallpapers

Inspiring wallpapers for your browser

Qu'est-ce que Inspirational Wallpapers ?

Inspirational Wallpapers est une extension Chrome développée par Extensions Stars, et sa fonction principale est "Inspiring wallpapers for your browser".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Inspirational Wallpapers

Téléchargez les fichiers d'extension Inspirational Wallpapers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Inspirational Wallpapers Inspirational Wallpapers
ID ehdhnmnkeapbbfdicgggolflejccjkdf
URL Officiel https://chromewebstore.google.com/detail/inspirational-wallpapers/ehdhnmnkeapbbfdicgggolflejccjkdf
Description Inspiring wallpapers for your browser
Taille du Fichier 3.21 MB
Nombre d'Installations 63
Version Actuelle 1.1.2
Dernière Mise à Jour 2019-12-21
Date de Publication 2019-12-21
Évaluation 5.00/5 Total 1 Évaluations
Développeur Extensions Stars
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}