FlyerTalk IATA Overlay
Shows airport details when IATA codes are highlighted on screen
What is FlyerTalk IATA Overlay?
FlyerTalk IATA Overlay is a Chrome extension developed by https://www.wandr.me, and its main feature is "Shows airport details when IATA codes are highlighted on screen".
Extension Screenshots
Download FlyerTalk IATA Overlay Extension CRX File
Download FlyerTalk IATA 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
Show airport and airline codes on FlyerTalk for selected text
Extension Basic Information
Name | FlyerTalk IATA Overlay |
ID | aohdjnnffnkpcefhaeenhkkgjfcaleoo |
Official URL | https://chromewebstore.google.com/detail/flyertalk-iata-overlay/aohdjnnffnkpcefhaeenhkkgjfcaleoo |
Description | Shows airport details when IATA codes are highlighted on screen |
File Size | 74.88 KB |
Installation Count | 35 |
Current Version | 0.1.0 |
Last Updated | 2015-05-30 |
Publish Date | 2015-05-30 |
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:\/\/flyertalk.com\/*", "https:\/\/flyertalk.com\/*", "http:\/\/*.flyertalk.com\/*", "https:\/\/*.flyertalk.com\/*" ], "js": [ "IATA.user.js" ], "matches": [ "http:\/\/flyertalk.com\/*", "https:\/\/flyertalk.com\/*", "http:\/\/*.flyertalk.com\/*", "https:\/\/*.flyertalk.com\/*" ], "run_at": "document_idle" } ], "converted_from_user_script": true, "description": "Shows airport details when IATA codes are highlighted on screen", "name": "FlyerTalk IATA Overlay", "version": "0.1.0", "homepage_url": "http:\/\/wandr.me\/", "short_name": "IATA", "web_accessible_resources": [ "IATA.user.js" ], "icons": { "16": "icon16.jpg", "48": "icon48.jpg", "128": "icon128.jpg" } } |