Untangle

Untangle family trees by comparing people from multipe trees

Cos'è Untangle?

Untangle è un'estensione di Chrome sviluppata da rogeralsing, e la sua funzione principale è "Untangle family trees by comparing people from multipe trees".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Untangle

Scarica i file di estensione Untangle 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

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

Informazioni di Base sull'Estensione

Nome Untangle Untangle
ID eigcblhnonddpnhdbppjeijblhpobbpd
URL Ufficiale https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd
Descrizione Untangle family trees by comparing people from multipe trees
Dimensione del File 38.64 KB
Conteggio Installazioni 113
Versione Corrente 1.2
Ultimo Aggiornamento 2018-10-13
Data di Pubblicazione 2018-10-13
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore rogeralsing
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}