YFull.com helper

Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com

Co je YFull.com helper?

YFull.com helper je rozšíření Chrome vyvinuté Dragan Obrenović, a jeho hlavní funkcí je „Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření YFull.com helper

Stáhněte si soubory rozšíření YFull.com helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název YFull.com helper YFull.com helper
ID ohbnmfhafhiimebngkhbhbdimhnpfcgl
Oficiální URL https://chromewebstore.google.com/detail/yfullcom-helper/ohbnmfhafhiimebngkhbhbdimhnpfcgl
Popis Set of tools for genealogists, to facilitate analysis of YTree at https://www.yfull.com
Velikost souboru 169 KB
Počet instalací 166
Aktuální Verze 3.0
Poslední Aktualizace 2022-04-11
Datum Vydání 2021-12-28
Hodnocení 4.67/5 Celkem 3 Hodnocení
Vývojář Dragan Obrenović
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    }
}