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

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

확장 프로그램 사용 설명서

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