Escape Wallpaper

Escape.com.au inspirational travel wallpapers

What is Escape Wallpaper?

Escape Wallpaper is a Chrome extension developed by Escape.com.au, and its main feature is "Escape.com.au inspirational travel wallpapers".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Escape Wallpaper Extension CRX File

Download Escape Wallpaper 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

                        Whether you're wired for wanderlust or just looking to be inspired for your next holiday, this NewTab extension will keep you up to date with the latest travel stories from Escape.com.au.

Bring up a beautiful travel-themed wallpaper every time you open a new browser tab and simply click on the headline to read the story. Happy travels.                    

Extension Basic Information

Name Escape Wallpaper Escape Wallpaper
ID cncblblcjgfenjbgpjlecoajnffagfca
Official URL https://chromewebstore.google.com/detail/escape-wallpaper/cncblblcjgfenjbgpjlecoajnffagfca
Description Escape.com.au inspirational travel wallpapers
File Size 72.86 KB
Installation Count 39
Current Version 1.0.0
Last Updated 2017-06-15
Publish Date 2017-06-14
Rating 5.00/5 Total 5 Ratings
Developer Escape.com.au
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Escape Wallpaper",
    "short_name": "Escape",
    "description": "Escape.com.au inspirational travel wallpapers",
    "version": "1.0.0",
    "manifest_version": 2,
    "permissions": [
        "http:\/\/cdn.newsapi.com.au\/"
    ],
    "icons": {
        "16": "img\/escape16.png",
        "48": "img\/escape48.png",
        "128": "img\/escape128.png"
    },
    "chrome_url_overrides": {
        "newtab": "main.html"
    },
    "background": {
        "page": "preload.html"
    }
}