FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
什么是FamilySearch Family Tree Show Sources?
FamilySearch Family Tree Show Sources是由Family Search Tool Man开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the sources and hints of a Family Tree person or record persona”。
扩展截图
下载FamilySearch Family Tree Show Sources扩展crx文件
下载FamilySearch Family Tree Show Sources扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
When on a "person page" in FamilySearch Family Tree, clicking on the tree icon will open a new tab showing all the sources attached to the person in a grid view.
扩展基本信息
名称 | FamilySearch Family Tree Show Sources |
ID | mbpaocchpmekmafpkliigmmkllfedmkb |
官方URL | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
简介 | This extension shows the sources and hints of a Family Tree person or record persona |
文件大小 | 9.08 KB |
安装次数 | 3,258 |
当前版本 | 1.8 |
更新时间 | 2020-10-13 |
上架时间 | 2019-06-04 |
评分 | 4.58/5 共19次评分 |
开发者 | Family Search Tool Man |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FamilySearch Family Tree Show Sources", "description": "This extension shows the sources and hints of a Family Tree person or record persona", "version": "1.8", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab", "tabs" ] } |