Nature Wallpapers
Nature Wallpapers with HD photos. Add new image to nature gallery!
Vad är Nature Wallpapers?
Nature Wallpapers är en Chrome-tillägg utvecklad av FREE APPS, och dess huvudfunktion är "Nature Wallpapers with HD photos. Add new image to nature gallery!".
Tilläggsskärmbilder
Ladda ner Nature Wallpapers-förlängningens CRX-fil
Ladda ner Nature Wallpapers-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
Officiell webbadress | https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee |
Beskrivning | Nature Wallpapers with HD photos. Add new image to nature gallery! |
Filstorlek | 139 KB |
Antal Installationer | 107 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2018-07-02 |
Publiceringsdatum | 2018-07-02 |
Betyg | 5.00/5 Totalt 3 Betyg |
Utvecklare | FREE APPS |
E-post | [email protected] |
Betalningssätt | free |
URL till Sekretesspolicy Sidan | https://www.smart-finder.net/privacy.html |
Stödda Språk | 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" } } |