DL Award Chart Overlay
Adds the lowest known award rates to search results on delta.com
DL Award Chart Overlayとは何ですか?
DL Award Chart Overlayはhttps://www.wandr.meによって開発されたChromeの拡張機能で、その主な機能は「Adds the lowest known award rates to search results on delta.com」です。
拡張機能のスクリーンショット
DL Award Chart Overlay拡張機能のCRXファイルをダウンロード
DL Award Chart Overlay拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Adds an extra line atop the search results for Delta SkyMiles searches to show off the lowest award prices known in the HowManySkyMiles.com system. 拡張機能の基本情報
| 名前 | |
| ID | ndindkdecihgobflcinpiliibhhlapib |
| 公式URL | https://chromewebstore.google.com/detail/dl-award-chart-overlay/ndindkdecihgobflcinpiliibhhlapib |
| 説明 | Adds the lowest known award rates to search results on delta.com |
| ファイルサイズ | 24.44 KB |
| インストール数 | 240 |
| 現在のバージョン | 0.2.1 |
| 最終更新日 | 2015-06-02 |
| 公開日 | 2015-06-02 |
| 開発者 | https://www.wandr.me |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://blog.wandr.me/browser-extensions/ |
| ヘルプページのURL | http://blog.wandr.me/browser-extensions/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"content_scripts": [
{
"include_globs": [
"http:\/\/www.delta.com\/air-shopping\/findFlights.action*",
"https:\/\/www.delta.com\/air-shopping\/findFlights.action*"
],
"js": [
"DLChart.user.js"
],
"matches": [
"http:\/\/www.delta.com\/air-shopping\/findFlights.action*",
"https:\/\/www.delta.com\/air-shopping\/findFlights.action*"
],
"run_at": "document_idle"
}
],
"converted_from_user_script": true,
"description": "Adds the lowest known award rates to search results on delta.com",
"name": "DL Award Chart Overlay",
"version": "0.2.1",
"homepage_url": "http:\/\/wandr.me\/",
"short_name": "DLAwardChart",
"web_accessible_resources": [
"DLChart.user.js"
],
"icons": {
"16": "icon16.jpg",
"48": "icon48.jpg",
"128": "icon128.jpg"
}
} | |