Ancestry DNA Paths (beta)

Highlight DNA inheritance patterns on Ancestry.com family trees.

Ancestry DNA Paths (beta) क्या है?

Ancestry DNA Paths (beta) Dan Medel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight DNA inheritance patterns on Ancestry.com family trees."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में Ancestry DNA Paths (beta) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This Google Chrome extension for Ancestry.com highlights any of the 3 non-autosomal DNA inheritance patterns: X-chromosome, Y-chromosome, and Mitochondrial. It works with both Pedigree (horizontal) and Family View (vertical) trees. In Pedigrees, the highlights indicate the inheritance pattern for ANCESTORS of the selected peron. In Family View trees, the highlights indiate the inheritance pattern for DESCENDANTS.

To use it, just click the icon to activate it while on an Ancestry.com tree, then click the button for the inheritance pattern you'd like to see. To remove the highlights, just click the same button again.

As this is a beta version of the extension, please let me know if you have any trouble or spot any bugs!                    

एक्सटेंशन की मूल जानकारी

नाम Ancestry DNA Paths (beta) Ancestry DNA Paths (beta)
ID jgpfopdbickmplomaophdeafcoenhpep
आधिकारिक URL https://chromewebstore.google.com/detail/ancestry-dna-paths-beta/jgpfopdbickmplomaophdeafcoenhpep
विवरण Highlight DNA inheritance patterns on Ancestry.com family trees.
फ़ाइल का आकार 9.86 KB
स्थापना संख्या 1,436
वर्तमान संस्करण 1.3
अंतिम अपडेट 2020-12-18
प्रकाशन तिथि 2020-12-10
रेटिंग 2.33/5 कुल 6 रेटिंग्स
डेवलपर Dan Medel
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट Http://www.danmedel.com
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/www.ancestry.com\/family-tree\/tree\/*",
                "*:\/\/www.ancestry.co.uk\/family-tree\/tree\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "DNA_paths_icon.png",
        "default_popup": "popup.html",
        "default_title": "Ancestry DNA Paths"
    },
    "description": "Highlight DNA inheritance patterns on Ancestry.com family trees.",
    "manifest_version": 2,
    "name": "Ancestry DNA Paths (beta)",
    "version": "1.3",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}