Untangle

Untangle family trees by comparing people from multipe trees

Vad är Untangle?

Untangle är en Chrome-tillägg utvecklad av rogeralsing, och dess huvudfunktion är "Untangle family trees by comparing people from multipe trees".

Tilläggsskärmbilder

screenshot

Ladda ner Untangle-förlängningens CRX-fil

Ladda ner Untangle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Untangle Untangle
ID eigcblhnonddpnhdbppjeijblhpobbpd
Officiell webbadress https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd
Beskrivning Untangle family trees by comparing people from multipe trees
Filstorlek 38.64 KB
Antal Installationer 113
Aktuell Version 1.2
Senast Uppdaterad 2018-10-13
Publiceringsdatum 2018-10-13
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare rogeralsing
Betalningssätt free
Stödda Språk 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"
    ]
}