YFull.com helper
Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com
¿Qué es YFull.com helper?
YFull.com helper es una extensión de Chrome desarrollada por Dragan Obrenović, y su función principal es "Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión YFull.com helper
Descarga archivos de extensión YFull.com helper en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | YFull.com helper |
ID | ohbnmfhafhiimebngkhbhbdimhnpfcgl |
URL Oficial | https://chromewebstore.google.com/detail/yfullcom-helper/ohbnmfhafhiimebngkhbhbdimhnpfcgl |
Descripción | Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com |
Tamaño del Archivo | 169 KB |
Cantidad de Instalaciones | 166 |
Versión Actual | 3.0 |
Última Actualización | 2022-04-11 |
Fecha de Publicación | 2021-12-28 |
Calificación | 4.67/5 Total de 3 Calificaciones |
Desarrollador | Dragan Obrenović |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |