Nature Wallpapers

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

Что такое Nature Wallpapers?

Nature Wallpapers - это расширение Chrome, разработанное FREE APPS, и его основная функция - "Nature Wallpapers with HD photos. Add new image to nature gallery!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Nature Wallpapers

Скачайте файлы расширений Nature Wallpapers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Nature Wallpapers Nature Wallpapers
ID ppecnljenaglnnfbdoldnhkkhimmgnee
Официальный URL https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee
Описание Nature Wallpapers with HD photos. Add new image to nature gallery!
Размер файла 139 KB
Количество установок 107
Текущая Версия 1.0.0
Последнее Обновление 2018-07-02
Дата публикации 2018-07-02
Рейтинг 5.00/5 Всего 3 оценок
Разработчик FREE APPS
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://www.smart-finder.net/privacy.html
Поддерживаемые языки 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"
    }
}