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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}