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 |
官方網址 | 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" ] } |