FamilySearch Family Tree Show Sources

This extension shows the sources and hints of a Family Tree person or record persona

What is FamilySearch Family Tree Show Sources?

FamilySearch Family Tree Show Sources is a Chrome extension developed by Family Search Tool Man, and its main feature is "This extension shows the sources and hints of a Family Tree person or record persona".

Extension Screenshots

screenshot

Download FamilySearch Family Tree Show Sources Extension CRX File

Download FamilySearch Family Tree Show Sources extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name FamilySearch Family Tree Show Sources FamilySearch Family Tree Show Sources
ID mbpaocchpmekmafpkliigmmkllfedmkb
Official URL https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb
Description This extension shows the sources and hints of a Family Tree person or record persona
File Size 9.08 KB
Installation Count 3,258
Current Version 1.8
Last Updated 2020-10-13
Publish Date 2019-06-04
Rating 4.58/5 Total 19 Ratings
Developer Family Search Tool Man
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}