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