Nature Wallpapers
Nature Wallpapers with HD photos. Add new image to nature gallery!
Nature Wallpapers là gì?
Nature Wallpapers là một tiện ích mở rộng Chrome được phát triển bởi FREE APPS, và tính năng chính của nó là "Nature Wallpapers with HD photos. Add new image to nature gallery!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nature Wallpapers
Tải xuống các tệp mở rộng Nature Wallpapers dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
URL Chính Thức | https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee |
Mô tả | Nature Wallpapers with HD photos. Add new image to nature gallery! |
Kích Thước Tệp | 139 KB |
Số Lần Cài Đặt | 107 |
Phiên Bản Hiện Tại | 1.0.0 |
Cập Nhật Lần Cuối | 2018-07-02 |
Ngày Phát Hành | 2018-07-02 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | FREE APPS |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.smart-finder.net/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |