WikiTree AGC
WikiTree Automatic GEDCOM Cleanup
什么是WikiTree AGC?
WikiTree AGC是由Rob Pavey Software开发的Chrome扩展程序,该扩展的主要功能是“WikiTree Automatic GEDCOM Cleanup”。
扩展截图
下载WikiTree AGC扩展crx文件
下载WikiTree AGC扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The WikiTree AGC (Automatic GEDCOM Cleanup) extension allows users of wikitree.com to automatically reformat biographies created by GEDCOMpare. It adds a button to the wikitree profile edit page when the profile looks like one created by GEDCOMpare. Pressing the button will reformat the biography into a chronological narrative that provides a good starting point for a typical WikiTree biography. 扩展基本信息
| 名称 | |
| ID | jbmjbhgjjademhplejlndlbolmodingj |
| 官方URL | https://chromewebstore.google.com/detail/wikitree-agc/jbmjbhgjjademhplejlndlbolmodingj |
| 简介 | WikiTree Automatic GEDCOM Cleanup |
| 文件大小 | 127 KB |
| 安装次数 | 1,119 |
| 当前版本 | 1.2.0 |
| 更新时间 | 2022-08-09 |
| 上架时间 | 2020-08-03 |
| 评分 | 5.00/5 共7次评分 |
| 开发者 | Rob Pavey Software |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.wikitree.com/index.php?title=Space:WikiTree_AGC |
| 隐私政策页面URL | https://www.wikitree.com/wiki/Space:WikiTree_Sourcer_Privacy_Policy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "WikiTree AGC",
"version": "1.2.0",
"description": "WikiTree Automatic GEDCOM Cleanup",
"permissions": [
"storage"
],
"action": {
"default_icon": {
"16": "images\/wikitree_agc16.png",
"32": "images\/wikitree_agc32.png",
"48": "images\/wikitree_agc48.png",
"128": "images\/wikitree_agc128.png"
}
},
"content_scripts": [
{
"matches": [
"*:\/\/www.wikitree.com\/*"
],
"run_at": "document_end",
"js": [
"content.js"
]
}
],
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"16": "images\/wikitree_agc16.png",
"32": "images\/wikitree_agc32.png",
"48": "images\/wikitree_agc48.png",
"128": "images\/wikitree_agc128.png"
},
"web_accessible_resources": [
{
"matches": [
"*:\/\/www.wikitree.com\/*"
],
"resources": [
"images\/agc.png",
"images\/agc_undo.png",
"library\/editbio.mjs"
]
}
],
"manifest_version": 3
} | |