Untangle

Untangle family trees by comparing people from multipe trees

Co to jest Untangle?

Untangle to rozszerzenie Chrome opracowane przez rogeralsing, a jego główną funkcją jest „Untangle family trees by comparing people from multipe trees”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Untangle

Pobierz pliki rozszerzeń Untangle 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

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

Podstawowe informacje o rozszerzeniu

Nazwa Untangle Untangle
ID eigcblhnonddpnhdbppjeijblhpobbpd
Oficjalny URL https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd
Opis Untangle family trees by comparing people from multipe trees
Rozmiar pliku 38.64 KB
Liczba instalacji 113
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2018-10-13
Data Publikacji 2018-10-13
Ocena 1.00/5 Łącznie 1 Oceny
Deweloper rogeralsing
Typ Płatności free
Obsługiwane Języki 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"
    ]
}