Airport Code Finder

Look up airport name by selecting the 3 letter airport code on the web page. You can also search for the airport code.

Qu'est-ce que Airport Code Finder ?

Airport Code Finder est une extension Chrome développée par JJ Borong, et sa fonction principale est "Look up airport name by selecting the 3 letter airport code on the web page. You can also search for the airport code.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Airport Code Finder

Téléchargez les fichiers d'extension Airport Code Finder 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

                        Double click or select a 3 letter airport code anywhere on the web page and it will search for the airport information.                    

Informations de Base sur l'Extension

Nom Airport Code Finder Airport Code Finder
ID lnljiompmcllepmhnhdgnkjokbahgdcd
URL Officiel https://chrome.google.com/webstore/detail/airport-code-finder/lnljiompmcllepmhnhdgnkjokbahgdcd
Description Look up airport name by selecting the 3 letter airport code on the web page. You can also search for the airport code.
Taille du Fichier 200 KB
Nombre d'Installations 67
Version Actuelle 1.0.4
Dernière Mise à Jour 2013-03-30
Date de Publication 2013-03-30
Évaluation 2.50/5 Total 8 Évaluations
Développeur JJ Borong
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Airport Code Finder",
    "description": "Look up airport name by selecting the 3 letter airport code on the web page. You can also search for the airport code.",
    "version": "1.0.4",
    "offline_enabled": false,
    "permissions": [
        "http:\/\/*\/",
        "geolocation",
        "tabs",
        "debugger"
    ],
    "background": {
        "scripts": [
            "js\/xhrproxy-min.js",
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery-min.js",
                "js\/jquery-ui-1.10.1.custom.min.js",
                "js\/xhrproxy-min.js",
                "js\/jquery.qtip.min.js",
                "js\/content-min.js"
            ],
            "css": [
                "css\/jquery-ui-1.10.1.custom.min.css",
                "css\/jquery.qtip.min.css",
                "css\/content.css"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "images\/airport.png",
        "48": "images\/airport48.png",
        "128": "images\/airport128.png"
    },
    "browser_action": {
        "default_popup": "airportFinder.html",
        "default_icon": {
            "19": "images\/airport24.png",
            "38": "images\/airport48.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/query.yahooapis.com; object-src 'self'"
}