Nature Wallpapers
Nature Wallpapers with HD photos. Add new image to nature gallery!
O que é Nature Wallpapers?
Nature Wallpapers é uma extensão do Chrome desenvolvida por FREE APPS, e sua principal característica é "Nature Wallpapers with HD photos. Add new image to nature gallery!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Nature Wallpapers
Baixe arquivos de extensão Nature Wallpapers no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | ppecnljenaglnnfbdoldnhkkhimmgnee |
URL Oficial | https://chrome.google.com/webstore/detail/nature-wallpapers/ppecnljenaglnnfbdoldnhkkhimmgnee |
Descrição | Nature Wallpapers with HD photos. Add new image to nature gallery! |
Tamanho do Arquivo | 139 KB |
Contagem de Instalações | 107 |
Versão Atual | 1.0.0 |
Última Atualização | 2018-07-02 |
Data de Publicação | 2018-07-02 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | FREE APPS |
[email protected] | |
Tipo de Pagamento | free |
URL da Página de Política de Privacidade | https://www.smart-finder.net/privacy.html |
Idiomas Suportados | 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" } } |