RootsSearch

Search across multiple genealogy sites for matching records.

Cos'è RootsSearch?

RootsSearch è un'estensione di Chrome sviluppata da https://rootssearch.io, e la sua funzione principale è "Search across multiple genealogy sites for matching records.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione RootsSearch

Scarica i file di estensione RootsSearch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RootsSearch RootsSearch
ID aolcffalbhpnojekmimmelebjchjmmgn
URL Ufficiale https://chromewebstore.google.com/detail/rootssearch/aolcffalbhpnojekmimmelebjchjmmgn
Descrizione Search across multiple genealogy sites for matching records.
Dimensione del File 52.74 KB
Conteggio Installazioni 11,816
Versione Corrente 5.3.1
Ultimo Aggiornamento 2021-03-07
Data di Pubblicazione 2019-02-08
Valutazione 3.59/5 Totale 51 Valutazioni
Sviluppatore https://rootssearch.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rootssearch.io
URL della Pagina di Aiuto https://rootssearch.io
Lingue Supportate 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"
            ]
        }
    ]
}