DL Award Chart Overlay
Adds the lowest known award rates to search results on delta.com
What is DL Award Chart Overlay?
DL Award Chart Overlay is a Chrome extension developed by https://www.wandr.me, and its main feature is "Adds the lowest known award rates to search results on delta.com".
Extension Screenshots
Download DL Award Chart Overlay Extension CRX File
Download DL Award Chart Overlay extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | DL Award Chart Overlay |
ID | ndindkdecihgobflcinpiliibhhlapib |
Official URL | https://chromewebstore.google.com/detail/dl-award-chart-overlay/ndindkdecihgobflcinpiliibhhlapib |
Description | Adds the lowest known award rates to search results on delta.com |
File Size | 24.44 KB |
Installation Count | 240 |
Current Version | 0.2.1 |
Last Updated | 2015-06-02 |
Publish Date | 2015-06-02 |
Developer | https://www.wandr.me |
Payment Type | free |
Extension Website | http://blog.wandr.me/browser-extensions/ |
Help Page URL | http://blog.wandr.me/browser-extensions/ |
Supported Languages | 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" } } |