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
电子邮箱 [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"
    }
}