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!”。
擴展截圖
下載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.
擴展基本資訊
名稱 | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
官方網址 | 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" } } |