RootsSearch

Search across multiple genealogy sites for matching records.

What is RootsSearch?

RootsSearch is a Chrome extension developed by https://rootssearch.io, and its main feature is "Search across multiple genealogy sites for matching records.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download RootsSearch Extension CRX File

Download RootsSearch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        RootsSearch allows you to search the most popular genealogy websites for records relating to your ancestors.

When viewing an ancestor in an online tree or a record from a genealogy website, RootsSearch allows you to search for matching records on other genealogy record sites. RootsSearch supports FamilySearch, Ancestry, and many more.                    

Extension Basic Information

Name RootsSearch RootsSearch
ID aolcffalbhpnojekmimmelebjchjmmgn
Official URL https://chromewebstore.google.com/detail/rootssearch/aolcffalbhpnojekmimmelebjchjmmgn
Description Search across multiple genealogy sites for matching records.
File Size 52.74 KB
Installation Count 11,816
Current Version 5.3.1
Last Updated 2021-03-07
Publish Date 2019-02-08
Rating 3.59/5 Total 51 Ratings
Developer https://rootssearch.io
Email [email protected]
Payment Type free
Extension Website https://rootssearch.io
Help Page URL https://rootssearch.io
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Search across multiple genealogy sites for matching records.",
    "name": "RootsSearch",
    "version": "5.3.1",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/logo-16.png",
        "48": "images\/logo-48.png",
        "128": "images\/logo-128.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "browser_action": {
        "default_title": "RootsSearch",
        "default_icon": {
            "19": "images\/logo-19.png",
            "38": "images\/logo-38.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "includes\/genscrape.min.js",
                "includes\/scraper.js"
            ]
        }
    ]
}