WikiTree X

Import data into WikiTree from other online trees and record repositories.

WikiTree X là gì?

WikiTree X là một tiện ích mở rộng Chrome được phát triển bởi Justin York, và tính năng chính của nó là "Import data into WikiTree from other online trees and record repositories.".

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

screenshot
screenshot
screenshot

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

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

                        Import data into WikiTree from other websites. See https://www.wikitree.com/wiki/WikiTree_X.                    

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

Tên WikiTree X WikiTree X
ID hlnajkhaamfegdphjdoaehdpngbblkof
URL Chính Thức https://chromewebstore.google.com/detail/wikitree-x/hlnajkhaamfegdphjdoaehdpngbblkof
Mô tả Import data into WikiTree from other online trees and record repositories.
Kích Thước Tệp 60.69 KB
Số Lần Cài Đặt 2,825
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-03-09
Ngày Phát Hành 2018-08-21
Đánh Giá 4.60/5 Tổng số 15 Đánh Giá
Nhà Phát Triển Justin York
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wikitree.com/wiki/WikiTree_X
URL Trang Trợ Giúp https://www.wikitree.com/wiki/WikiTree_X
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiTree X",
    "version": "2.0.2",
    "description": "Import data into WikiTree from other online trees and record repositories.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "WikiTree X"
    }
}