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」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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ć
Eメール [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"
    }
}