Nature Wallpapers
Nature Wallpapers with HD photos. Add new image to nature gallery!
Hvad er Nature Wallpapers?
Nature Wallpapers er en Chrome-udvidelse udviklet af FREE APPS, og dens hovedfunktion er "Nature Wallpapers with HD photos. Add new image to nature gallery!".
Udvidelsesskærmbilleder
Download Nature Wallpapers-udvidelses-CRX-fil
Download Nature Wallpapers-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
Officiel URL | https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee |
Beskrivelse | Nature Wallpapers with HD photos. Add new image to nature gallery! |
Filstørrelse | 139 KB |
Antal Installationer | 107 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2018-07-02 |
Udgivelsesdato | 2018-07-02 |
Bedømmelse | 5.00/5 Samlet 3 Bedømmelser |
Udvikler | FREE APPS |
[email protected] | |
Betalingsmetode | free |
URL til Fortrolighedspolitik Side | https://www.smart-finder.net/privacy.html |
Understøttede Sprog | 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" } } |