Beach Wallpapers

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

What is Beach Wallpapers?

Beach Wallpapers is a Chrome extension developed by https://openaddons.com, and its main feature is "Photos of beaches for everyone: Enjoy amazing wallpapers of beautiful beaches and blue lagoons. New beach in every new tab.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Beach Wallpapers Extension CRX File

Download Beach Wallpapers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Beach Wallpapers Beach Wallpapers
ID bcpojjdknociedamabgdfhnlhnggkpao
Official URL https://chromewebstore.google.com/detail/beach-wallpapers/bcpojjdknociedamabgdfhnlhnggkpao
Description Photos of beaches for everyone: Enjoy amazing wallpapers of beautiful beaches and blue lagoons. New beach in every new tab.
File Size 41.04 MB
Installation Count 2,040
Current Version 1.0.0.0
Last Updated 2018-01-29
Publish Date 2018-01-28
Rating 4.30/5 Total 10 Ratings
Developer https://openaddons.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://openaddons.com/privacy
Supported Languages 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"
}