Discover by Hipmunk Travel

Discover destinations and flight deals with every new tab!

Apa itu Discover by Hipmunk Travel?

Discover by Hipmunk Travel adalah ekstensi Chrome yang dikembangkan oleh https://www.hipmunk.com, dan fitur utamanya adalah "Discover destinations and flight deals with every new tab!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Discover by Hipmunk Travel

Unduh file ekstensi Discover by Hipmunk Travel dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Discover by Hipmunk Travel Discover by Hipmunk Travel
ID ifgkihhkiadokpghpjdmahaknblgcogi
URL Resmi https://chromewebstore.google.com/detail/discover-by-hipmunk-trave/ifgkihhkiadokpghpjdmahaknblgcogi
Deskripsi Discover destinations and flight deals with every new tab!
Ukuran File 53.05 KB
Jumlah Instalasi 127
Versi Saat Ini 1.0.3
Terakhir Diperbarui 2016-09-12
Tanggal Publikasi 2016-09-12
Penilaian 5.00/5 Total 12 Penilaian
Pengembang https://www.hipmunk.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.hipmunk.com/
Bahasa yang Didukung 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\/"
    ]
}