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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" } } |