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文件
下载YFull.com helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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" } } |