Genealogy Search Helper

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

Qu'est-ce que Genealogy Search Helper ?

Genealogy Search Helper est une extension Chrome développée par advancingsolutionsllc, et sa fonction principale est "Genealogy Search Helper is an extension that allows you to enter a Person's Info and launch URLs.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Genealogy Search Helper

Téléchargez les fichiers d'extension Genealogy Search Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 :)                    

Informations de Base sur l'Extension

Nom Genealogy Search Helper Genealogy Search Helper
ID lfhlchgocajckpmiokmoefmbbjgppmlc
URL Officiel https://chromewebstore.google.com/detail/genealogy-search-helper/lfhlchgocajckpmiokmoefmbbjgppmlc
Description Genealogy Search Helper is an extension that allows you to enter a Person's Info and launch URLs.
Taille du Fichier 115 KB
Nombre d'Installations 229
Version Actuelle 1.110.1
Dernière Mise à Jour 2023-01-26
Date de Publication 2023-01-11
Développeur advancingsolutionsllc
Email [email protected]
Type de Paiement in_app
Site Web de l'Extension https://www.facebook.com/GenealogySearchHelper
Langues Prises en Charge 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"
    }
}