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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย 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 ของส่วนขยาย Airport Code Finder

ดาวน์โหลดไฟล์ส่วนขยาย 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
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'"
}