DL Award Chart Overlay
Adds the lowest known award rates to search results on delta.com
DL Award Chart Overlay là gì?
DL Award Chart Overlay là một tiện ích mở rộng Chrome được phát triển bởi https://www.wandr.me, và tính năng chính của nó là "Adds the lowest known award rates to search results on delta.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng DL Award Chart Overlay
Tải xuống các tệp mở rộng DL Award Chart Overlay dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | DL Award Chart Overlay |
ID | ndindkdecihgobflcinpiliibhhlapib |
URL Chính Thức | https://chromewebstore.google.com/detail/dl-award-chart-overlay/ndindkdecihgobflcinpiliibhhlapib |
Mô tả | Adds the lowest known award rates to search results on delta.com |
Kích Thước Tệp | 24.44 KB |
Số Lần Cài Đặt | 240 |
Phiên Bản Hiện Tại | 0.2.1 |
Cập Nhật Lần Cuối | 2015-06-02 |
Ngày Phát Hành | 2015-06-02 |
Nhà Phát Triển | https://www.wandr.me |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://blog.wandr.me/browser-extensions/ |
URL Trang Trợ Giúp | http://blog.wandr.me/browser-extensions/ |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |