FlyerTalk IATA Overlay

Shows airport details when IATA codes are highlighted on screen

Qu'est-ce que FlyerTalk IATA Overlay ?

FlyerTalk IATA Overlay est une extension Chrome développée par https://www.wandr.me, et sa fonction principale est "Shows airport details when IATA codes are highlighted on screen".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FlyerTalk IATA Overlay

Téléchargez les fichiers d'extension FlyerTalk IATA Overlay au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Show airport and airline codes on FlyerTalk for selected text                    

Informations de Base sur l'Extension

Nom FlyerTalk IATA Overlay FlyerTalk IATA Overlay
ID aohdjnnffnkpcefhaeenhkkgjfcaleoo
URL Officiel https://chromewebstore.google.com/detail/flyertalk-iata-overlay/aohdjnnffnkpcefhaeenhkkgjfcaleoo
Description Shows airport details when IATA codes are highlighted on screen
Taille du Fichier 74.88 KB
Nombre d'Installations 35
Version Actuelle 0.1.0
Dernière Mise à Jour 2015-05-30
Date de Publication 2015-05-30
Développeur https://www.wandr.me
Type de Paiement free
Site Web de l'Extension http://blog.wandr.me/browser-extensions/
URL de la Page d'Aide http://blog.wandr.me/browser-extensions/
Langues Prises en Charge 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"
    }
}