Pedigree Thief

Creates ahnentafels from Pedigree Trees (plus other tools to assist with data input to Genealogical DNA Analysis Tool).

Co to jest Pedigree Thief?

Pedigree Thief to rozszerzenie Chrome opracowane przez PeffersGen, a jego główną funkcją jest „Creates ahnentafels from Pedigree Trees (plus other tools to assist with data input to Genealogical DNA Analysis Tool).”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Pedigree Thief

Pobierz pliki rozszerzeń Pedigree Thief w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Pedigree Thief is a genealogy data gathering tool. The information gathered is intended to be imported into Genealogical DNA Analysis Tool, a program that allows you to manage your DNA matches. 

Please note that only English language pages are supported although the extension may function in other language sites.

The extension's primary function is to read pedigree trees ( Geni and MyHeritage) and convert them to Ahnentafel. See also the included Pedigree to GedCom application that can read pedigrees from other sources.

It will also read information on matches from MyHeritage as well as adding a couple of utilities to some GedMatch web pages. 

Before using for the first time, right-click the icon and select 'Help' from the menu. This will give guidance to setting up and using the extension. For further help join the Pedigree Thief Facebook group.

---------------------------------
Pedigree Thief Change Log
Version 3.0.9 - updated 13 December 2023
- Fixed issue in 'Pedigree to Gedcom' where it could fail to read a WikiTree compact tree.

Version 3.0.8 - updated 5 December 2023
- Added check to ensure info for test person is available on the MyHeritage matches page.
- Fixed issue where reading Chromosome page would generate incorrect shared cMs value .(No impact on GDAT).

Version 3.0.7 - updated 28 November 2023
- Minor bug fix - activity log
- Fixed issue with removal of stored triangulations when read
- Further fixes for MyHeritage sites where numbers use comma decimal point

Version 3.0.6 - updated 27 November 2023
- Fixed ICW button in GedMatch Both or 1 of 2 page.

Version 3.0.5 - updated 25 November 2023
- Updates DNA data if different from that currently stored.
- Fixed issue if in comma decimal locale when reading chromosome date from a match page.

Version 3.0.4 - updated 22 November 2023
- Fixed issue where PT was recording erroneous MyHeritage ICWs after reading a list of matches.

Version 3.0.3 - updated 22 November 2023
- Fixed problem when creating matches file in GedMatch - both or 1 of 2

Version 3.0.2 - updated 21 November 2023
- Fixed format of Matches file from GedMatch 'Matches Both or 1 of 2' from the 'Both' tab and renamed template (was GedMatch Matches with email.txt)
- Fixed issue when reading chromosome browser when the data appears to be in a 'comma' decimal point format.

Version 3.0.1 - updated 19 Nov 2023
Bug fixes :
- Removed duplicates of Date/Times in downloads dropdowns in MyHeritage.
- Fixed so only one tab of P2G created.
- Fixed ICW & Triangulation output files so that they are limited by the date selected.
- Fixed bug preventing GedMatch ICW from downloading file.

Version 3.0.0 - updated 16 Nov 2023
Extensive re-write to make it easier to maintain.                    

Podstawowe informacje o rozszerzeniu

Nazwa Pedigree Thief Pedigree Thief
ID hdgjlfchbpojdocjlldfikeddamdcbhn
Oficjalny URL https://chromewebstore.google.com/detail/pedigree-thief/hdgjlfchbpojdocjlldfikeddamdcbhn
Opis Creates ahnentafels from Pedigree Trees (plus other tools to assist with data input to Genealogical DNA Analysis Tool).
Rozmiar pliku 492 KB
Liczba instalacji 2,418
Aktualna Wersja 3.0.9
Ostatnia Aktualizacja 2023-12-13
Data Publikacji 2020-06-14
Ocena 4.36/5 Łącznie 25 Oceny
Deweloper PeffersGen
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://drive.google.com/open?id=1Eo6QYYYP1-CbvCcuittHgWQBvLWzbQJ5
Obsługiwane Języki en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pedigree Thief",
    "version": "3.0.9",
    "description": "Creates ahnentafels from Pedigree Trees (plus other tools to assist with data input to Genealogical DNA Analysis Tool).",
    "manifest_version": 3,
    "icons": {
        "16": "images\/PedigreeThief16.png",
        "48": "images\/PedigreeThief48.png",
        "128": "images\/PedigreeThief128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.gedmatch.com\/GEDCom\/pedigree_text.php"
            ],
            "js": [
                "sites\/common\/initialise_content.js",
                "sites\/gedmatch\/pedigree_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.gedmatch.com\/people_match2.php"
            ],
            "js": [
                "sites\/common\/initialise_content.js",
                "sites\/gedmatch\/peopleMatch2_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/gw.geneanet.org\/*"
            ],
            "js": [
                "sites\/common\/initialise_content.js",
                "sites\/geneanet\/pedigree_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.geni.com\/list\/ancestors\/*"
            ],
            "js": [
                "sites\/common\/initialise_content.js",
                "sites\/geni\/pedigree_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/app.gedmatch.com\/OneToManyFreeOriginalResults.php?*",
                "https:\/\/app.gedmatch.com\/OneToManyTier1Simple.php",
                "https:\/\/app.gedmatch.com\/OneToManyFreeLimited.php*",
                "https:\/\/app.gedmatch.com\/OneToManyTier1Full.php**",
                "https:\/\/app.gedmatch.com\/OneToManyTier1Full.php"
            ],
            "js": [
                "sites\/common\/initialise_content.js",
                "sites\/gedmatch\/oneToMany_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.myheritage.com\/dna\/results\/*",
                "https:\/\/www.myheritage.com\/dna\/ethnicity\/*",
                "https:\/\/www.myheritage.com\/dna\/matches\/*",
                "https:\/\/www.myheritage.com\/dna\/tools\/*",
                "https:\/\/www.myheritage.se\/dna\/results\/*",
                "https:\/\/www.myheritage.se\/dna\/ethnicity\/*",
                "https:\/\/www.myheritage.se\/dna\/matches\/*",
                "https:\/\/www.myheritage.se\/dna\/tools\/*"
            ],
            "js": [
                "database\/Dexie.js",
                "sites\/common\/initialise_content.js",
                "sites\/myheritage\/matches\/matches_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.myheritage.com\/dna\/chromosome-browser\/compare*",
                "https:\/\/www.myheritage.se\/dna\/chromosome-browser\/compare*"
            ],
            "js": [
                "database\/Dexie.js",
                "sites\/common\/initialise_content.js",
                "sites\/myheritage\/chromosome\/chromosome_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.myheritage.com\/dna\/match\/*",
                "https:\/\/www.myheritage.se\/dna\/match\/*"
            ],
            "js": [
                "database\/Dexie.js",
                "sites\/common\/initialise_content.js",
                "sites\/myheritage\/match\/match_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.myheritage.com\/pedigree-tree*",
                "https:\/\/www.myheritage.se\/pedigree-tree*"
            ],
            "js": [
                "sites\/common\/initialise_content.js",
                "sites\/myheritage\/pedigree\/pedigree_content.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.wikitree.com\/treewidget\/*"
            ],
            "js": [
                "sites\/common\/initialise_content.js",
                "sites\/wikitree\/pedigree_content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/app.gedmatch.com\/*",
                "*:\/\/gw.geneanet.org\/*",
                "*:\/\/www.geni.com\/*",
                "*:\/\/www.myheritage.com\/*",
                "*:\/\/www.myheritage.se\/*",
                "*:\/\/www.wikitree.com\/*"
            ],
            "resources": [
                "sites\/common\/utilities.mjs",
                "options\/optionsInStorage.mjs"
            ]
        },
        {
            "matches": [
                "*:\/\/www.myheritage.com\/*",
                "*:\/\/www.myheritage.se\/*"
            ],
            "resources": [
                "database\/db_common.mjs",
                "sites\/myheritage\/myheritage_downloads.mjs",
                "sites\/myheritage\/pedigree\/extract_pedigree.mjs",
                "sites\/myheritage\/matches\/extract_matches.mjs",
                "sites\/myheritage\/match\/extract_match.mjs",
                "sites\/myheritage\/chromosome\/extract_chromosome.mjs",
                "sites\/myheritage\/matches\/import_files.mjs"
            ]
        },
        {
            "matches": [
                "*:\/\/app.gedmatch.com\/*"
            ],
            "resources": [
                "sites\/gedmatch\/extract_oneToMany.mjs",
                "sites\/gedmatch\/extract_peopleMatch2.mjs",
                "sites\/gedmatch\/extract_pedigree.mjs"
            ]
        },
        {
            "matches": [
                "*:\/\/gw.geneanet.org\/*"
            ],
            "resources": [
                "sites\/geneanet\/extract_pedigree.mjs"
            ]
        },
        {
            "matches": [
                "*:\/\/www.geni.com\/*"
            ],
            "resources": [
                "sites\/geni\/extract_pedigree.mjs"
            ]
        },
        {
            "matches": [
                "*:\/\/www.wikitree.com\/*"
            ],
            "resources": [
                "sites\/wikitree\/extract_pedigree.mjs"
            ]
        }
    ],
    "background": {
        "service_worker": "background\/background.mjs",
        "type": "module"
    },
    "options_page": "options\/options.html",
    "permissions": [
        "storage",
        "clipboardWrite",
        "contextMenus",
        "declarativeContent"
    ],
    "action": {
        "default_icon": {
            "16": "images\/PedigreeThief16.png",
            "48": "images\/PedigreeThief48.png",
            "128": "images\/PedigreeThief128.png"
        },
        "default_title": "Pedigree Thief",
        "default_popup": "popup\/popup.html"
    }
}