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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة سياسة الخصوصية | 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" } } |