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 là gì?

Airport Code Finder là một tiện ích mở rộng Chrome được phát triển bởi JJ Borong, và tính năng chính của nó là "Look up airport name by selecting the 3 letter airport code on the web page. You can also search for the airport code.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Airport Code Finder

Tải xuống các tệp mở rộng Airport Code Finder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Airport Code Finder Airport Code Finder
ID lnljiompmcllepmhnhdgnkjokbahgdcd
URL Chính Thức https://chrome.google.com/webstore/detail/airport-code-finder/lnljiompmcllepmhnhdgnkjokbahgdcd
Mô tả Look up airport name by selecting the 3 letter airport code on the web page. You can also search for the airport code.
Kích Thước Tệp 200 KB
Số Lần Cài Đặt 67
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2013-03-30
Ngày Phát Hành 2013-03-30
Đánh Giá 2.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển JJ Borong
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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'"
}