WikiTree X

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

What is WikiTree X?

WikiTree X is a Chrome extension developed by Justin York, and its main feature is "Import data into WikiTree from other online trees and record repositories.".

Extension Screenshots

screenshot
screenshot
screenshot

Download WikiTree X Extension CRX File

Download WikiTree X extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name WikiTree X WikiTree X
ID hlnajkhaamfegdphjdoaehdpngbblkof
Official URL https://chromewebstore.google.com/detail/wikitree-x/hlnajkhaamfegdphjdoaehdpngbblkof
Description Import data into WikiTree from other online trees and record repositories.
File Size 60.69 KB
Installation Count 2,825
Current Version 2.0.2
Last Updated 2021-03-09
Publish Date 2018-08-21
Rating 4.60/5 Total 15 Ratings
Developer Justin York
Email [email protected]
Payment Type free
Extension Website https://www.wikitree.com/wiki/WikiTree_X
Help Page URL https://www.wikitree.com/wiki/WikiTree_X
Supported Languages 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"
    }
}