Discover by Hipmunk Travel
Discover destinations and flight deals with every new tab!
什么是Discover by Hipmunk Travel?
Discover by Hipmunk Travel是由https://www.hipmunk.com开发的Chrome扩展程序,该扩展的主要功能是“Discover destinations and flight deals with every new tab!”。
扩展截图
下载Discover by Hipmunk Travel扩展crx文件
下载Discover by Hipmunk Travel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        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.                     扩展基本信息
| 名称 |   |  
| ID | ifgkihhkiadokpghpjdmahaknblgcogi | 
| 官方URL | https://chromewebstore.google.com/detail/discover-by-hipmunk-trave/ifgkihhkiadokpghpjdmahaknblgcogi | 
| 简介 | Discover destinations and flight deals with every new tab! | 
| 文件大小 | 53.05 KB | 
| 安装次数 | 127 | 
| 当前版本 | 1.0.3 | 
| 更新时间 | 2016-09-12 | 
| 上架时间 | 2016-09-12 | 
| 评分 | 5.00/5 共12次评分 | 
| 开发者 | https://www.hipmunk.com | 
| 电子邮箱 | [email protected] | 
| 付费类型 | free | 
| 扩展官网 | https://www.hipmunk.com/ | 
| 支持的语言 | 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\/"
    ]
}  |  |