FamilySearch Tools
This extension adds useful tools while working on FamilySearch.
什么是FamilySearch Tools?
FamilySearch Tools是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“This extension adds useful tools while working on FamilySearch.”。
扩展截图
下载FamilySearch Tools扩展crx文件
下载FamilySearch Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When viewing records on FamilySearch, clicking the "FamilySearch Tools" extension icon will bring up links to the next/previous records. This is particularly useful when browsing census records in order to get records for other family members and neighbours. 扩展基本信息
| 名称 | |
| ID | nofeohbnmmegdlalmkbjhkcjgkgegblf |
| 官方URL | https://chromewebstore.google.com/detail/familysearch-tools/nofeohbnmmegdlalmkbjhkcjgkgegblf |
| 简介 | This extension adds useful tools while working on FamilySearch. |
| 文件大小 | 10.29 KB |
| 安装次数 | 4,971 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2015-09-28 |
| 上架时间 | 2015-09-28 |
| 评分 | 3.23/5 共13次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "FamilySearch Tools",
"description": "This extension adds useful tools while working on FamilySearch.",
"version": "1.0.1",
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"activeTab",
"https:\/\/familysearch.org\/platform\/records\/personas\/"
]
} | |