RAF Commands

This extension will display forum posts and Search tools - CWGC, NA, LG, Awards, Serials, SEAC Losses.

RAF Commandsとは何ですか?

RAF Commandsはhttp://www.rafcommands.comによって開発されたChromeの拡張機能で、その主な機能は「This extension will display forum posts and Search tools - CWGC, NA, LG, Awards, Serials, SEAC Losses. 」です。

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

screenshot

RAF Commands拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        This RAFCommands.com browser extension is for researchers of the Royal Air Force. There is handy "Latest Forum Posts" Link on the top - as well as quick tools to search for the serial number of an aircraft of the RAF or for a Second world War casualty listed in the CWGC Data.  Together, nearly 375,000 records can be searched. 

Version 1.4.0 adds RAF Global Search Option - an easy way to search everything in one click.
Version 1.3.2 adds RAF Awards Database Search Options - including Right Click Operations. 
Version 1.3.1 adds AIR27 ORB Search feature.
Version 1.2.2 adds icon for right click context menu  
Version 1.2.2 adds a right click context menu for serial search
Version 1.2.1 adds direct serial search box with a "I am feeling lucky" button.
Version 1.2.0 adds search tools for external sites including the National Archives, Imperial War Museum and the RAF Museum Navigator.                    

拡張機能の基本情報

名前 RAF Commands RAF Commands
ID glonejanlmjlfkjmhmdebdplhcfakgak
公式URL https://chrome.google.com/webstore/detail/raf-commands/glonejanlmjlfkjmhmdebdplhcfakgak
説明 This extension will display forum posts and Search tools - CWGC, NA, LG, Awards, Serials, SEAC Losses.
ファイルサイズ 80.01 KB
インストール数 34
現在のバージョン 1.4.0
最終更新日 2022-04-20
公開日 2020-03-26
開発者 http://www.rafcommands.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://www.rafcommands.com/database
ヘルプページのURL http://www.rafcommands.com/chrome-browser-extension/
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RAF Commands",
    "description": "This extension will display forum posts and Search tools - CWGC, NA, LG, Awards, Serials, SEAC Losses. ",
    "version": "1.4.0",
    "permissions": [
        "contextMenus",
        "activeTab",
        "tabs"
    ],
    "icons": {
        "16": "icon-16.png"
    },
    "background": {
        "page": "serials.html"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}