Discover by Hipmunk Travel

Discover destinations and flight deals with every new tab!

O que é Discover by Hipmunk Travel?

Discover by Hipmunk Travel é uma extensão do Chrome desenvolvida por https://www.hipmunk.com, e sua principal característica é "Discover destinations and flight deals with every new tab!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Discover by Hipmunk Travel

Baixe arquivos de extensão Discover by Hipmunk Travel 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

                        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.                    

Informações Básicas da Extensão

Nome Discover by Hipmunk Travel Discover by Hipmunk Travel
ID ifgkihhkiadokpghpjdmahaknblgcogi
URL Oficial https://chromewebstore.google.com/detail/discover-by-hipmunk-trave/ifgkihhkiadokpghpjdmahaknblgcogi
Descrição Discover destinations and flight deals with every new tab!
Tamanho do Arquivo 53.05 KB
Contagem de Instalações 127
Versão Atual 1.0.3
Última Atualização 2016-09-12
Data de Publicação 2016-09-12
Classificação 5.00/5 Total de 12 Avaliações
Desenvolvedor https://www.hipmunk.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.hipmunk.com/
Idiomas Suportados 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\/"
    ]
}