FlyerTalk IATA Overlay

Shows airport details when IATA codes are highlighted on screen

Vad är FlyerTalk IATA Overlay?

FlyerTalk IATA Overlay är en Chrome-tillägg utvecklad av https://www.wandr.me, och dess huvudfunktion är "Shows airport details when IATA codes are highlighted on screen".

Tilläggsskärmbilder

screenshot

Ladda ner FlyerTalk IATA Overlay-förlängningens CRX-fil

Ladda ner FlyerTalk IATA Overlay-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Show airport and airline codes on FlyerTalk for selected text                    

Grundläggande Information om Tillägg

Namn FlyerTalk IATA Overlay FlyerTalk IATA Overlay
ID aohdjnnffnkpcefhaeenhkkgjfcaleoo
Officiell webbadress https://chromewebstore.google.com/detail/flyertalk-iata-overlay/aohdjnnffnkpcefhaeenhkkgjfcaleoo
Beskrivning Shows airport details when IATA codes are highlighted on screen
Filstorlek 74.88 KB
Antal Installationer 35
Aktuell Version 0.1.0
Senast Uppdaterad 2015-05-30
Publiceringsdatum 2015-05-30
Utvecklare https://www.wandr.me
Betalningssätt free
Tilläggswebbplats http://blog.wandr.me/browser-extensions/
Hjälpsida URL http://blog.wandr.me/browser-extensions/
Stödda Språk 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"
    }
}