DL Award Chart Overlay
Adds the lowest known award rates to search results on delta.com
DL Award Chart Overlayคืออะไร?
DL Award Chart Overlay เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.wandr.me และคุณลักษณะหลักของมันคือ "Adds the lowest known award rates to search results on delta.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย DL Award Chart Overlay
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | DL Award Chart Overlay |
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" } } |