FamilySearch Family Tree Show Sources

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

Co je FamilySearch Family Tree Show Sources?

FamilySearch Family Tree Show Sources je rozšíření Chrome vyvinuté Family Search Tool Man, a jeho hlavní funkcí je „This extension shows the sources and hints of a Family Tree person or record persona“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření FamilySearch Family Tree Show Sources

Stáhněte si soubory rozšíření FamilySearch Family Tree Show Sources ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název FamilySearch Family Tree Show Sources FamilySearch Family Tree Show Sources
ID mbpaocchpmekmafpkliigmmkllfedmkb
Oficiální URL https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb
Popis This extension shows the sources and hints of a Family Tree person or record persona
Velikost souboru 9.08 KB
Počet instalací 3,258
Aktuální Verze 1.8
Poslední Aktualizace 2020-10-13
Datum Vydání 2019-06-04
Hodnocení 4.58/5 Celkem 19 Hodnocení
Vývojář Family Search Tool Man
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}