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. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| 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"
}
} | |