Beach Wallpapers

Photos of beaches for everyone: Enjoy amazing wallpapers of beautiful beaches and blue lagoons. New beach in every new tab.

O que é Beach Wallpapers?

Beach Wallpapers é uma extensão do Chrome desenvolvida por https://openaddons.com, e sua principal característica é "Photos of beaches for everyone: Enjoy amazing wallpapers of beautiful beaches and blue lagoons. New beach in every new tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Beach Wallpapers

Baixe arquivos de extensão Beach 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

                        Customize Chrome new tab page with a inspiring package of beach wallpapers! Get ready for the summer with this virtual trip to the seashore right now. 

FEATURES:
- 60 high-resolution beach images (you know -- sand, sun, palms, boats and sunglasses)
- Random beaches on each new tab 
- Quick navigation menu with Most Visited, Bookmarks, History
- Customizable navigation bar (you choose what to show/hide in the menu)

If you like sea and ocean views, this Beach Wallpapers pack is something you should try.

Visit our home page for more HD wallpapers and "New Tab" replacements themes: 
https://openaddons.com/                    

Informações Básicas da Extensão

Nome Beach Wallpapers Beach Wallpapers
ID bcpojjdknociedamabgdfhnlhnggkpao
URL Oficial https://chromewebstore.google.com/detail/beach-wallpapers/bcpojjdknociedamabgdfhnlhnggkpao
Descrição Photos of beaches for everyone: Enjoy amazing wallpapers of beautiful beaches and blue lagoons. New beach in every new tab.
Tamanho do Arquivo 41.04 MB
Contagem de Instalações 2,040
Versão Atual 1.0.0.0
Última Atualização 2018-01-29
Data de Publicação 2018-01-28
Classificação 4.30/5 Total de 10 Avaliações
Desenvolvedor https://openaddons.com
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://openaddons.com/privacy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.0.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/openaddons.com\/",
    "icons": {
        "16": "24.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "topSites"
    ],
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "offline_enabled": true,
    "browser_action": {
        "default_icon": "24.png",
        "default_title": "New Tab"
    },
    "incognito": "split",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "settings.html"
}