FamilySearch Family Tree Show Sources

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

Hvad er FamilySearch Family Tree Show Sources?

FamilySearch Family Tree Show Sources er en Chrome-udvidelse udviklet af Family Search Tool Man, og dens hovedfunktion er "This extension shows the sources and hints of a Family Tree person or record persona".

Udvidelsesskærmbilleder

screenshot

Download FamilySearch Family Tree Show Sources-udvidelses-CRX-fil

Download FamilySearch Family Tree Show Sources-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn FamilySearch Family Tree Show Sources FamilySearch Family Tree Show Sources
ID mbpaocchpmekmafpkliigmmkllfedmkb
Officiel URL https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb
Beskrivelse This extension shows the sources and hints of a Family Tree person or record persona
Filstørrelse 9.08 KB
Antal Installationer 3,258
Nuværende Version 1.8
Senest Opdateret 2020-10-13
Udgivelsesdato 2019-06-04
Bedømmelse 4.58/5 Samlet 19 Bedømmelser
Udvikler Family Search Tool Man
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}