Inspirational Wallpapers

Inspiring wallpapers for your browser

Co to jest Inspirational Wallpapers?

Inspirational Wallpapers to rozszerzenie Chrome opracowane przez Extensions Stars, a jego główną funkcją jest „Inspiring wallpapers for your browser”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Inspirational Wallpapers

Pobierz pliki rozszerzeń Inspirational Wallpapers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Inspirational Wallpapers Inspirational Wallpapers
ID ehdhnmnkeapbbfdicgggolflejccjkdf
Oficjalny URL https://chromewebstore.google.com/detail/inspirational-wallpapers/ehdhnmnkeapbbfdicgggolflejccjkdf
Opis Inspiring wallpapers for your browser
Rozmiar pliku 3.21 MB
Liczba instalacji 63
Aktualna Wersja 1.1.2
Ostatnia Aktualizacja 2019-12-21
Data Publikacji 2019-12-21
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Extensions Stars
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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
}