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 |
| Eメール | [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\/"
]
} | |