FlyerTalk IATA Overlay

Shows airport details when IATA codes are highlighted on screen

O que é FlyerTalk IATA Overlay?

FlyerTalk IATA Overlay é uma extensão do Chrome desenvolvida por https://www.wandr.me, e sua principal característica é "Shows airport details when IATA codes are highlighted on screen".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão FlyerTalk IATA Overlay

Baixe arquivos de extensão FlyerTalk IATA Overlay no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Show airport and airline codes on FlyerTalk for selected text                    

Informações Básicas da Extensão

Nome FlyerTalk IATA Overlay FlyerTalk IATA Overlay
ID aohdjnnffnkpcefhaeenhkkgjfcaleoo
URL Oficial https://chromewebstore.google.com/detail/flyertalk-iata-overlay/aohdjnnffnkpcefhaeenhkkgjfcaleoo
Descrição Shows airport details when IATA codes are highlighted on screen
Tamanho do Arquivo 74.88 KB
Contagem de Instalações 35
Versão Atual 0.1.0
Última Atualização 2015-05-30
Data de Publicação 2015-05-30
Desenvolvedor https://www.wandr.me
Tipo de Pagamento free
Site da Extensão http://blog.wandr.me/browser-extensions/
URL da Página de Ajuda http://blog.wandr.me/browser-extensions/
Idiomas Suportados 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"
    }
}