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 | 
| 官方網址 | 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\/"
    ]
}  |  |