Untangle

Untangle family trees by comparing people from multipe trees

Untangle là gì?

Untangle là một tiện ích mở rộng Chrome được phát triển bởi rogeralsing, và tính năng chính của nó là "Untangle family trees by comparing people from multipe trees".

Ả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 Untangle

Tải xuống các tệp mở rộng Untangle 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

                        Untangle helps MyHeritage users untangle their family trees by automatically discovering shared matches between their own and other users trees.                    

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

Tên Untangle Untangle
ID eigcblhnonddpnhdbppjeijblhpobbpd
URL Chính Thức https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd
Mô tả Untangle family trees by comparing people from multipe trees
Kích Thước Tệp 38.64 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2018-10-13
Ngày Phát Hành 2018-10-13
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển rogeralsing
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Untangle",
    "description": "Untangle family trees by comparing people from multipe trees",
    "version": "1.2",
    "permissions": [
        "https:\/\/*.myheritage.se"
    ],
    "content_scripts": [
        {
            "run_at": "document_end",
            "matches": [
                "https:\/\/*\/pedigree-tree-*"
            ],
            "js": [
                "jquery-1.11.3.min.js",
                "script.js"
            ],
            "css": [
                "css\/mycss.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*.png"
    ]
}