WikiTreeTurbo

Additional features for WikiTree genealogy site.

什么是WikiTreeTurbo?

WikiTreeTurbo是由Julian Laffey开发的Chrome扩展程序,该扩展的主要功能是“Additional features for WikiTree genealogy site.”。

扩展截图

screenshot
screenshot
screenshot

下载WikiTreeTurbo扩展crx文件

下载WikiTreeTurbo扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Turbo charge your WikiTree experience with this extension.

- Quick search your watchlist profiles (and other profiles you visit)
- Tag people's faces in photos
- Collapsible descendant trees                    

扩展基本信息

名称 WikiTreeTurbo WikiTreeTurbo
ID ijnkmfbfcafafghcghkmfmfkjijaghpj
官方URL https://chromewebstore.google.com/detail/wikitreeturbo/ijnkmfbfcafafghcghkmfmfkjijaghpj
简介 Additional features for WikiTree genealogy site.
文件大小 151 KB
安装次数 1,126
当前版本 0.9
更新时间 2020-04-28
上架时间 2020-04-28
评分 5.00/5 共6次评分
开发者 Julian Laffey
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WikiTreeTurbo",
    "description": "Additional features for WikiTree genealogy site.",
    "version": "0.9",
    "author": "[email protected]",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_icon": "img\/icon_128.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "features\/faceid\/faceid.css"
            ],
            "js": [
                "lib\/lodash.js",
                "lib\/jquery-3.2.1.min.js",
                "features\/faceid\/faceid.js",
                "features\/faceid\/faceid_editor.js"
            ],
            "matches": [
                "https:\/\/*.wikitree.com\/photo\/*"
            ]
        },
        {
            "css": [
                "features\/collapse\/collapse.css"
            ],
            "js": [
                "lib\/lodash.js",
                "lib\/jquery-3.2.1.min.js",
                "features\/collapse\/collapse.js"
            ],
            "matches": [
                "https:\/\/*.wikitree.com\/*"
            ]
        },
        {
            "css": [
                "features\/search\/search.css"
            ],
            "js": [
                "features\/search\/search.js"
            ],
            "matches": [
                "https:\/\/*.wikitree.com\/*"
            ],
            "exclude_matches": [
                "https:\/\/*.wikitree.com\/photo\/*"
            ]
        },
        {
            "css": [
                "common\/toastr.css"
            ],
            "js": [
                "common\/common.js",
                "features\/search\/watchlist.js"
            ],
            "matches": [
                "https:\/\/*.wikitree.com\/*title=Special:WatchedList*"
            ]
        },
        {
            "css": [
                "common\/toastr.css"
            ],
            "js": [
                "common\/common.js",
                "features\/search\/profile.js"
            ],
            "matches": [
                "https:\/\/*.wikitree.com\/wiki\/*"
            ]
        }
    ]
}