RAF Commands
This extension will display forum posts and Search tools - CWGC, NA, LG, Awards, Serials, SEAC Losses.
Что такое RAF Commands?
RAF Commands - это расширение Chrome, разработанное http://www.rafcommands.com, и его основная функция - "This extension will display forum posts and Search tools - CWGC, NA, LG, Awards, Serials, SEAC Losses. ".
Снимки экрана расширения
Скачать файл CRX расширения RAF Commands
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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" } } |