FlyerTalk IATA Overlay

Shows airport details when IATA codes are highlighted on screen

Cos'è FlyerTalk IATA Overlay?

FlyerTalk IATA Overlay è un'estensione di Chrome sviluppata da https://www.wandr.me, e la sua funzione principale è "Shows airport details when IATA codes are highlighted on screen".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FlyerTalk IATA Overlay

Scarica i file di estensione FlyerTalk IATA Overlay in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Show airport and airline codes on FlyerTalk for selected text                    

Informazioni di Base sull'Estensione

Nome FlyerTalk IATA Overlay FlyerTalk IATA Overlay
ID aohdjnnffnkpcefhaeenhkkgjfcaleoo
URL Ufficiale https://chromewebstore.google.com/detail/flyertalk-iata-overlay/aohdjnnffnkpcefhaeenhkkgjfcaleoo
Descrizione Shows airport details when IATA codes are highlighted on screen
Dimensione del File 74.88 KB
Conteggio Installazioni 35
Versione Corrente 0.1.0
Ultimo Aggiornamento 2015-05-30
Data di Pubblicazione 2015-05-30
Sviluppatore https://www.wandr.me
Tipo di Pagamento free
Sito Web dell'Estensione http://blog.wandr.me/browser-extensions/
URL della Pagina di Aiuto http://blog.wandr.me/browser-extensions/
Lingue Supportate 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"
    }
}