YFull.com helper
Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com
YFull.com helper란 무엇입니까?
YFull.com helper은(는) Dragan Obrenović에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com"입니다.
확장 프로그램 스크린샷
YFull.com helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extension allows genetic genealogists to see and analyze: 1) Ancestral information about tested person directly in the YFull tree instead of plain ID 2) Haplogroup notes and remarks (e.g. R-FTA12346 - Clan McClansman) 3) Bare tree branches, without leaves (samples) 4) First level branches, without leaves (samples) 5) Haplogroup frequency report per country 6) Haplogroup diversity per country.
확장 프로그램 기본 정보
이름 | YFull.com helper |
ID | ohbnmfhafhiimebngkhbhbdimhnpfcgl |
공식 URL | https://chromewebstore.google.com/detail/yfullcom-helper/ohbnmfhafhiimebngkhbhbdimhnpfcgl |
설명 | Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com |
파일 크기 | 169 KB |
설치 횟수 | 166 |
현재 버전 | 3.0 |
최근 업데이트 | 2022-04-11 |
출시 날짜 | 2021-12-28 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | Dragan Obrenović |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,sr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extensionName__", "version": "3.0", "default_locale": "en", "icons": { "16": "icons\/YF16.png", "20": "icons\/YF20.png", "32": "icons\/YF32.png", "48": "icons\/YF48.png", "64": "icons\/YF64.png", "128": "icons\/YF128.png" }, "description": "__MSG_extensionDescription__", "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.yfull.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.yfull.com\/*" ], "js": [ "scripts\/iso_country_codes.js", "scripts\/utils.js", "scripts\/content_script.js" ] } ], "action": { "default title": "__MSG_extensionName__", "default_popup": "popupMenu.html" } } |