Ancestry DNA Paths (beta)

Highlight DNA inheritance patterns on Ancestry.com family trees.

Ancestry DNA Paths (beta)คืออะไร?

Ancestry DNA Paths (beta) เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan Medel และคุณลักษณะหลักของมันคือ "Highlight DNA inheritance patterns on Ancestry.com family trees."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ancestry DNA Paths (beta)

ดาวน์โหลดไฟล์ส่วนขยาย Ancestry DNA Paths (beta) ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
        ]
    }
}