Nature Wallpapers

Nature Wallpapers with HD photos. Add new image to nature gallery!

Was ist Nature Wallpapers?

Nature Wallpapers ist eine Chrome-Erweiterung, die von FREE APPS entwickelt wurde, und ihr Hauptmerkmal ist "Nature Wallpapers with HD photos. Add new image to nature gallery!".

Erweiterungsscreenshots

screenshot

Nature Wallpapers-Erweiterungs-CRX-Datei herunterladen

Laden Sie Nature Wallpapers-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Nature Wallpapers includes HD images of spring, summer, autumn, winter. Beautiful nature photos like forest, mountain, snow or tropical beach for you every day!

- Add new nature photos to your gallery!

- Right-click on image and confirm "Add to Nature Wallpaper" in the context menu.                    

Grundlegende Informationen zur Erweiterung

Name Nature Wallpapers Nature Wallpapers
ID ppecnljenaglnnfbdoldnhkkhimmgnee
Offizielle URL https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee
Beschreibung Nature Wallpapers with HD photos. Add new image to nature gallery!
Dateigröße 139 KB
Installationsanzahl 107
Aktuelle Version 1.0.0
Letztes Update 2018-07-02
Veröffentlichungsdatum 2018-07-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler FREE APPS
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.smart-finder.net/privacy.html
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nature Wallpapers",
    "description": "Nature Wallpapers with HD photos. Add new image to nature gallery!",
    "version": "1.0.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "jquery.js",
            "conf.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img_sep\/ico_19.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus",
        "notifications",
        "unlimitedStorage"
    ],
    "icons": {
        "16": "img_sep\/ico_16.png",
        "48": "img_sep\/ico_48.png"
    }
}