Nature Wallpapers
Nature Wallpapers with HD photos. Add new image to nature gallery!
Qu'est-ce que Nature Wallpapers ?
Nature Wallpapers est une extension Chrome développée par FREE APPS, et sa fonction principale est "Nature Wallpapers with HD photos. Add new image to nature gallery!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Nature Wallpapers
Téléchargez les fichiers d'extension Nature Wallpapers au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
URL Officiel | https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee |
Description | Nature Wallpapers with HD photos. Add new image to nature gallery! |
Taille du Fichier | 139 KB |
Nombre d'Installations | 107 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2018-07-02 |
Date de Publication | 2018-07-02 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | FREE APPS |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.smart-finder.net/privacy.html |
Langues Prises en Charge | 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" } } |