Nature Wallpapers

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

什么是Nature Wallpapers?

Nature Wallpapers是由FREE APPS开发的Chrome扩展程序,该扩展的主要功能是“Nature Wallpapers with HD photos. Add new image to nature gallery!”。

扩展截图

screenshot

下载Nature Wallpapers扩展crx文件

下载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"
    }
}