YFull.com helper
Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com
YFull.com helper là gì?
YFull.com helper là một tiện ích mở rộng Chrome được phát triển bởi Dragan Obrenović, và tính năng chính của nó là "Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng YFull.com helper
Tải xuống các tệp mở rộng YFull.com helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | YFull.com helper |
ID | ohbnmfhafhiimebngkhbhbdimhnpfcgl |
URL Chính Thức | https://chromewebstore.google.com/detail/yfullcom-helper/ohbnmfhafhiimebngkhbhbdimhnpfcgl |
Mô tả | Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com |
Kích Thước Tệp | 169 KB |
Số Lần Cài Đặt | 166 |
Phiên Bản Hiện Tại | 3.0 |
Cập Nhật Lần Cuối | 2022-04-11 |
Ngày Phát Hành | 2021-12-28 |
Đánh Giá | 4.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Dragan Obrenović |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |