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 |
公式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 |
Eメール | [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" } } |