YFull.com helper
Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com
YFull.com helperคืออะไร?
YFull.com helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dragan Obrenović และคุณลักษณะหลักของมันคือ "Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย YFull.com helper
ดาวน์โหลดไฟล์ส่วนขยาย 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" } } |