Ancestry DNA Paths (beta)
Highlight DNA inheritance patterns on Ancestry.com family trees.
Ancestry DNA Paths (beta)란 무엇입니까?
Ancestry DNA Paths (beta)은(는) Dan Medel에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Highlight DNA inheritance patterns on Ancestry.com family trees."입니다.
확장 프로그램 스크린샷
Ancestry DNA Paths (beta) 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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) |
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" ] } } |