Nature Wallpapers

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

Co to jest Nature Wallpapers?

Nature Wallpapers to rozszerzenie Chrome opracowane przez FREE APPS, a jego główną funkcją jest „Nature Wallpapers with HD photos. Add new image to nature gallery!”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Nature Wallpapers

Pobierz pliki rozszerzeń Nature 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Nature Wallpapers Nature Wallpapers
ID ppecnljenaglnnfbdoldnhkkhimmgnee
Oficjalny URL https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee
Opis Nature Wallpapers with HD photos. Add new image to nature gallery!
Rozmiar pliku 139 KB
Liczba instalacji 107
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-07-02
Data Publikacji 2018-07-02
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper FREE APPS
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://www.smart-finder.net/privacy.html
Obsługiwane Języki 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"
    }
}