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開發的Chrome擴展程式,該擴展的主要功能是“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

下載Airport Code Finder擴展crx文件

下載Airport Code Finder擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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'"
}