Genealogy Search Helper

Genealogy Search Helper is an extension that allows you to enter a Person's Info and launch URLs.

什么是Genealogy Search Helper?

Genealogy Search Helper是由advancingsolutionsllc开发的Chrome扩展程序,该扩展的主要功能是“Genealogy Search Helper is an extension that allows you to enter a Person's Info and launch URLs.”。

扩展截图

screenshot
screenshot

下载Genealogy Search Helper扩展crx文件

下载Genealogy Search Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Genealogy Search Helper is designed to help with ancestry research. I am new to the world of Genealogy but recently have been creating my family tree and quickly started looking for a tool that would help me search multiple websites without having to stumble through all my bookmarks just to re-enter the same data over and over. This extension allows you to enter First Name, Middle Name, Last Name, *Birth Year, *Death Year and then launch several websites at the same time with this information. Each search is opened in its own tab, so you can review results and modify the search on the launched tab without having to go back to the extension. Whether you are looking for Birth, Death, Military, Census, or any other Records this can help you find them. This extension was built to use minimal permission (no having to give all your information away just to use it).

Included are 3 searches prebuilt and ready to use:
1.	Google
2.	Ancestry.com free databases
3.	FamilySearch.org *Account login needed

To Use:
Enter Person’s Info in appropriate boxes. Select the links you would like to launch from the list. Then click ‘Launch’. The extension will replace keywords in the URLs with your inputted information and then open the link in a new tab.

To Add URL:
Find a site that you would like to add. Do a search for a person to generate a URL with the names in the URL. Copy the URL and Paste it in the ‘Link’ box of the Options Page. Replace the searched person’s information with the keywords. (i.e., First Name would get replaced with @FirstName). Then click Add. Now your new site is available for use.

To Remove URL:
Go to the Options Page and click the ‘X’ to the Right of the URL. Then confirm you want to delete, and it will be removed.

*Note: There is 3 pre-programmed sites. You may edit them if you like. If you delete all your sites, the program will add the 3 pre-programmed sites back to the list automatically.

Genealogy Search Helper is created on Freemium design, which means this extension is free. There are a few Pro Features that require an annual payment to unlock (see below).

*Pro Features:
More than 5 URL’s
Search with Birth Year
Search with Death Year
Import Options
Export Options
Reset Options

This extension is under continuous development. Any feedback is welcomed and will help me in adding new features.

Report Suggestion/Problem:
Go to https://chrome.google.com/webstore/detail/genealogy-search-helper/lfhlchgocajckpmiokmoefmbbjgppmlc?hl=en
Click the ‘Support’ button at the top
Enter required fields and submit

If you like the extension, please don't forget to rate it 5-star (preferably!) and spread the word. If you really like, consider supporting by purchasing the Pro Subscription.

Developer: Jonathan Stevens
Facebook: https://www.facebook.com/GenealogySearchHelper
Buy Me Coffee: https://www.buymeacoffee.com/GenealogySearch
Suggestion/Problem: 



Change Log
1.110.1: Added Rearrange to URLs & Pro Feature Import/Export/Reset
1.109.1: Adjust Permissions.
1.105.1: Packaged and submitted for release.
1.100.1: Created :)                    

扩展基本信息

名称 Genealogy Search Helper Genealogy Search Helper
ID lfhlchgocajckpmiokmoefmbbjgppmlc
官方URL https://chromewebstore.google.com/detail/genealogy-search-helper/lfhlchgocajckpmiokmoefmbbjgppmlc
简介 Genealogy Search Helper is an extension that allows you to enter a Person's Info and launch URLs.
文件大小 115 KB
安装次数 229
当前版本 1.110.1
更新时间 2023-01-26
上架时间 2023-01-11
开发者 advancingsolutionsllc
电子邮箱 [email protected]
付费类型 in_app
扩展官网 https://www.facebook.com/GenealogySearchHelper
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Genealogy Search Helper",
    "version": "1.110.1",
    "description": "Genealogy Search Helper is an extension that allows you to enter a Person's Info and launch URLs.",
    "manifest_version": 3,
    "author": "Jonathan Stevens",
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Genealogy Search Helper"
    },
    "icons": {
        "16": "icons\/icon-128x128.png",
        "48": "icons\/icon-128x128.png",
        "128": "icons\/icon-128x128.png"
    }
}