Inspirational Wallpapers

Inspiring wallpapers for your browser

What is Inspirational Wallpapers?

Inspirational Wallpapers is a Chrome extension developed by Extensions Stars, and its main feature is "Inspiring wallpapers for your browser".

Extension Screenshots

screenshot
screenshot
screenshot

Download Inspirational Wallpapers Extension CRX File

Download Inspirational Wallpapers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Inspirational Wallpapers Inspirational Wallpapers
ID ehdhnmnkeapbbfdicgggolflejccjkdf
Official URL https://chromewebstore.google.com/detail/inspirational-wallpapers/ehdhnmnkeapbbfdicgggolflejccjkdf
Description Inspiring wallpapers for your browser
File Size 3.21 MB
Installation Count 63
Current Version 1.1.2
Last Updated 2019-12-21
Publish Date 2019-12-21
Rating 5.00/5 Total 1 Ratings
Developer Extensions Stars
Email [email protected]
Payment Type free
Supported Languages 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
}