Untangle

Untangle family trees by comparing people from multipe trees

Wat is Untangle?

Untangle is een Chrome-extensie ontwikkeld door rogeralsing, en de belangrijkste functie is "Untangle family trees by comparing people from multipe trees".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Untangle

Download Untangle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Untangle helps MyHeritage users untangle their family trees by automatically discovering shared matches between their own and other users trees.                    

Basisinformatie over de Extensie

Naam Untangle Untangle
ID eigcblhnonddpnhdbppjeijblhpobbpd
Officiële URL https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd
Beschrijving Untangle family trees by comparing people from multipe trees
Bestandsgrootte 38.64 KB
Aantal Installaties 113
Huidige Versie 1.2
Laatst Bijgewerkt 2018-10-13
Publicatiedatum 2018-10-13
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar rogeralsing
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Untangle",
    "description": "Untangle family trees by comparing people from multipe trees",
    "version": "1.2",
    "permissions": [
        "https:\/\/*.myheritage.se"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/pedigree-tree-*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "script.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}