Untangle
Untangle family trees by comparing people from multipe trees
什么是Untangle?
Untangle是由rogeralsing开发的Chrome扩展程序,该扩展的主要功能是“Untangle family trees by comparing people from multipe trees”。
扩展截图
下载Untangle扩展crx文件
下载Untangle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Untangle helps MyHeritage users untangle their family trees by automatically discovering shared matches between their own and other users trees. 扩展基本信息
| 名称 | |
| ID | eigcblhnonddpnhdbppjeijblhpobbpd |
| 官方URL | https://chromewebstore.google.com/detail/untangle/eigcblhnonddpnhdbppjeijblhpobbpd |
| 简介 | Untangle family trees by comparing people from multipe trees |
| 文件大小 | 38.64 KB |
| 安装次数 | 113 |
| 当前版本 | 1.2 |
| 更新时间 | 2018-10-13 |
| 上架时间 | 2018-10-13 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | rogeralsing |
| 付费类型 | free |
| 支持的语言 | 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"
]
} | |