Nature Wallpapers
Nature Wallpapers with HD photos. Add new image to nature gallery!
Wat is Nature Wallpapers?
Nature Wallpapers is een Chrome-extensie ontwikkeld door FREE APPS, en de belangrijkste functie is "Nature Wallpapers with HD photos. Add new image to nature gallery!".
Extensie Screenshots
Download het CRX-bestand van de extensie Nature Wallpapers
Download Nature Wallpapers-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
Officiële URL | https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee |
Beschrijving | Nature Wallpapers with HD photos. Add new image to nature gallery! |
Bestandsgrootte | 139 KB |
Aantal Installaties | 107 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-07-02 |
Publicatiedatum | 2018-07-02 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | FREE APPS |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.smart-finder.net/privacy.html |
Ondersteunde Talen | 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" } } |