Untangle

Untangle family trees by comparing people from multipe trees

Untangle क्या है?

Untangle rogeralsing द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Untangle family trees by comparing people from multipe trees"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Untangle एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}