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.

Airport Code Finder क्या है?

Airport Code Finder JJ Borong द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Look up airport name by selecting the 3 letter airport code on the web page. You can also search for the airport code."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Airport Code Finder एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Airport Code Finder Airport Code Finder
ID lnljiompmcllepmhnhdgnkjokbahgdcd
आधिकारिक URL https://chrome.google.com/webstore/detail/airport-code-finder/lnljiompmcllepmhnhdgnkjokbahgdcd
विवरण Look up airport name by selecting the 3 letter airport code on the web page. You can also search for the airport code.
फ़ाइल का आकार 200 KB
स्थापना संख्या 67
वर्तमान संस्करण 1.0.4
अंतिम अपडेट 2013-03-30
प्रकाशन तिथि 2013-03-30
रेटिंग 2.50/5 कुल 8 रेटिंग्स
डेवलपर JJ Borong
भुगतान के प्रकार free
समर्थित भाषाएँ 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'"
}