Nature Wallpapers
Nature Wallpapers with HD photos. Add new image to nature gallery!
Cos'è Nature Wallpapers?
Nature Wallpapers è un'estensione di Chrome sviluppata da FREE APPS, e la sua funzione principale è "Nature Wallpapers with HD photos. Add new image to nature gallery!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Nature Wallpapers
Scarica i file di estensione Nature Wallpapers in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
URL Ufficiale | https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee |
Descrizione | Nature Wallpapers with HD photos. Add new image to nature gallery! |
Dimensione del File | 139 KB |
Conteggio Installazioni | 107 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2018-07-02 |
Data di Pubblicazione | 2018-07-02 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | FREE APPS |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.smart-finder.net/privacy.html |
Lingue Supportate | 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" } } |