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
Eメール [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"
    }
}