GEDmatch MultiFind Plugin

This extension will find multiple kits on the one-to-many search in GEDmatch

GEDmatch MultiFind Plugin là gì?

GEDmatch MultiFind Plugin là một tiện ích mở rộng Chrome được phát triển bởi geddev1, và tính năng chính của nó là "This extension will find multiple kits on the one-to-many search in GEDmatch".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GEDmatch MultiFind Plugin

Tải xuống các tệp mở rộng GEDmatch MultiFind Plugin dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This plugin allows you to search multiple kit numbers on the GEDmatch one-to-many (both free and tier one) and the "matches two kits" search tools. It has not been optimized to work on Genesis yet. This is handy when going through matches to quickly identify people who match a list of related individuals. There is also an option for building a database, should you wish to add kits you find are related to someone on the list.

Matches will be highlighted on the GEDmatch page and a summary of the matches along with the total match size in cM will be generated.

1.3.0 plugin now works with GEDmatch Genesis!
1.3.2 version corrects for, hopefully, changes made in Genesis HTML.
1.3.4 fixed issue with highlighting not functioning in some searches.
1.3.5 fixed issue with double counting duplicate kits (either due to multiple copies of same kit or different kit numbers but same name.
*****
1.4.0 settings option for showing database now functional.
1.4.1 few bugs fixed. Should now work on matches two kits on Genesis.
1.4.2 one more bug caught.
*****
1.5.0 added ability to ignore matches with listed overlaps below 100,000
1.5.3 bug fix and change to color highlighting scheme
*****
1.6.2 added option for automatically marking all matches for visualization options. Can be enabled in extension options.
1.6.3 caught minor change in table layout for free searches on Genesis between Tier 1 and free account. Made it so free account did not work right.
1.6.5 minor bug fixes.
1.6.6 Genesis is merged with Gedmatch now. Corrected URL parsing so search works correctly again.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên GEDmatch MultiFind Plugin GEDmatch MultiFind Plugin
ID efhmjnajoegmphjiohhkedfejkkeffhe
URL Chính Thức https://chromewebstore.google.com/detail/gedmatch-multifind-plugin/efhmjnajoegmphjiohhkedfejkkeffhe
Mô tả This extension will find multiple kits on the one-to-many search in GEDmatch
Kích Thước Tệp 15.26 KB
Số Lần Cài Đặt 730
Phiên Bản Hiện Tại 1.6.9
Cập Nhật Lần Cuối 2019-10-15
Ngày Phát Hành 2019-10-15
Nhà Phát Triển geddev1
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GEDmatch MultiFind Plugin",
    "description": "This extension will find multiple kits on the one-to-many search in GEDmatch",
    "version": "1.6.9",
    "permissions": [
        "activeTab",
        "storage",
        "http:\/\/www.gedmatch.com\/*",
        "https:\/\/www.gedmatch.com\/*",
        "http:\/\/genesis.gedmatch.com\/*",
        "https:\/\/genesis.gedmatch.com\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}