Untangle

Untangle family trees by comparing people from multipe trees

ما هو Untangle؟

Untangle هو إضافة Chrome تم تطويرها بواسطة rogeralsing، والميزة الرئيسية لها هي "Untangle family trees by comparing people from multipe trees".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Untangle

قم بتنزيل ملفات الامتداد Untangle بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Untangle Untangle
ID eigcblhnonddpnhdbppjeijblhpobbpd
عنوان URL الرسمي https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd
الوصف Untangle family trees by comparing people from multipe trees
حجم الملف 38.64 KB
عدد التثبيتات 113
النسخة الحالية 1.2
آخر تحديث 2018-10-13
تاريخ النشر 2018-10-13
تقييم 1.00/5 مجموع تقييمات 1
المطور rogeralsing
نوع الدفع free
اللغات المدعومة 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"
    ]
}