Discover by Hipmunk Travel

Discover destinations and flight deals with every new tab!

What is Discover by Hipmunk Travel?

Discover by Hipmunk Travel is a Chrome extension developed by https://www.hipmunk.com, and its main feature is "Discover destinations and flight deals with every new tab!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Discover by Hipmunk Travel Extension CRX File

Download Discover by Hipmunk Travel 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

                        Looking for a great flight deal or just want to get inspired? When you open a new tab, we'll show you a brand new destination plus the best flight deals to get you there!

Built by Hipmunk -- the fastest, easiest way to plan travel. Don't let planning travel drive you nuts.                    

Extension Basic Information

Name Discover by Hipmunk Travel Discover by Hipmunk Travel
ID ifgkihhkiadokpghpjdmahaknblgcogi
Official URL https://chromewebstore.google.com/detail/discover-by-hipmunk-trave/ifgkihhkiadokpghpjdmahaknblgcogi
Description Discover destinations and flight deals with every new tab!
File Size 53.05 KB
Installation Count 127
Current Version 1.0.3
Last Updated 2016-09-12
Publish Date 2016-09-12
Rating 5.00/5 Total 12 Ratings
Developer https://www.hipmunk.com
Email [email protected]
Payment Type free
Extension Website https://www.hipmunk.com/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discover by Hipmunk Travel",
    "description": "Discover destinations and flight deals with every new tab!",
    "icons": {
        "128": "icon.jpg"
    },
    "version": "1.0.3",
    "chrome_url_overrides": {
        "newtab": "discover.html"
    },
    "background": {
        "scripts": [
            "js\/jquery-2.2.3.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "alarms",
        "geolocation",
        "storage",
        "https:\/\/www.hipmunk.com\/"
    ]
}