Genealogy Search Helper

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

Hvad er Genealogy Search Helper?

Genealogy Search Helper er en Chrome-udvidelse udviklet af advancingsolutionsllc, og dens hovedfunktion er "Genealogy Search Helper is an extension that allows you to enter a Person's Info and launch URLs.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Genealogy Search Helper-udvidelses-CRX-fil

Download Genealogy Search Helper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Genealogy Search Helper Genealogy Search Helper
ID lfhlchgocajckpmiokmoefmbbjgppmlc
Officiel URL https://chromewebstore.google.com/detail/genealogy-search-helper/lfhlchgocajckpmiokmoefmbbjgppmlc
Beskrivelse Genealogy Search Helper is an extension that allows you to enter a Person's Info and launch URLs.
Filstørrelse 115 KB
Antal Installationer 229
Nuværende Version 1.110.1
Senest Opdateret 2023-01-26
Udgivelsesdato 2023-01-11
Udvikler advancingsolutionsllc
E-mail [email protected]
Betalingsmetode in_app
Udvidelseswebsted https://www.facebook.com/GenealogySearchHelper
Understøttede Sprog 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"
    }
}