FlyerTalk IATA Overlay

Shows airport details when IATA codes are highlighted on screen

什么是FlyerTalk IATA Overlay?

FlyerTalk IATA Overlay是由https://www.wandr.me开发的Chrome扩展程序,该扩展的主要功能是“Shows airport details when IATA codes are highlighted on screen”。

扩展截图

screenshot

下载FlyerTalk IATA Overlay扩展crx文件

下载FlyerTalk IATA Overlay扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Show airport and airline codes on FlyerTalk for selected text                    

扩展基本信息

名称 FlyerTalk IATA Overlay FlyerTalk IATA Overlay
ID aohdjnnffnkpcefhaeenhkkgjfcaleoo
官方URL https://chromewebstore.google.com/detail/flyertalk-iata-overlay/aohdjnnffnkpcefhaeenhkkgjfcaleoo
简介 Shows airport details when IATA codes are highlighted on screen
文件大小 74.88 KB
安装次数 35
当前版本 0.1.0
更新时间 2015-05-30
上架时间 2015-05-30
开发者 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:\/\/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"
    }
}