Flight Diary BTS Add-In

Search BTS Flight Data to get aircraft registration info into Flight Diary

Flight Diary BTS Add-Inとは何ですか?

Flight Diary BTS Add-Inはhttp://www.wandr.meによって開発されたChromeの拡張機能で、その主な機能は「Search BTS Flight Data to get aircraft registration info into Flight Diary」です。

拡張機能のスクリーンショット

screenshot

Flight Diary BTS Add-In拡張機能のCRXファイルをダウンロード

Flight Diary BTS Add-In拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Make your Flight Diary data more complete with this shortcut to look up aircraft registration details for flights operating within the USA. Loading a flight edit page will now automatically display the aircraft registration N-Number if it is a domestic US flight since 1995 with the DoT filing the data.

For a new entry click on the icon to run a search. If editing an existing flight just click the registration number and it will copy automagically into the correct field on Flight Diary to update your trip details!                    

拡張機能の基本情報

名前 Flight Diary BTS Add-In Flight Diary BTS Add-In
ID cnmekglbpdomddfofdbmhlhimoblbbch
公式URL https://chrome.google.com/webstore/detail/flight-diary-bts-add-in/cnmekglbpdomddfofdbmhlhimoblbbch
説明 Search BTS Flight Data to get aircraft registration info into Flight Diary
ファイルサイズ 25.57 KB
インストール数 49
現在のバージョン 0.1.0
最終更新日 2015-03-20
公開日 2015-03-20
評価 4.00/5 合計 4 レビュー
開発者 http://www.wandr.me
支払い方法 free
拡張機能のウェブサイト http://blog.wandr.me/browser-extensions/
ヘルプページのURL http://blog.wandr.me/browser-extensions/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "include_globs": [
                "http:\/\/flightdiary.net\/edit-flight\/*",
                "http:\/\/flightdiary.net\/add-flight"
            ],
            "js": [
                "BTS-FD.user.js"
            ],
            "matches": [
                "http:\/\/flightdiary.net\/edit-flight\/*",
                "http:\/\/flightdiary.net\/add-flight"
            ],
            "run_at": "document_idle"
        }
    ],
    "converted_from_user_script": true,
    "description": "Search BTS Flight Data to get aircraft registration info into Flight Diary",
    "name": "Flight Diary BTS Add-In",
    "version": "0.1.0",
    "homepage_url": "http:\/\/wandr.me\/",
    "short_name": "BTS-FlightDiary",
    "web_accessible_resources": [
        "BTS-FD.user.js"
    ],
    "icons": {
        "16": "icon16.jpg",
        "48": "icon48.jpg",
        "128": "icon128.jpg"
    }
}