FamilySearch Family Tree Show Sources

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

Qu'est-ce que FamilySearch Family Tree Show Sources ?

FamilySearch Family Tree Show Sources est une extension Chrome développée par Family Search Tool Man, et sa fonction principale est "This extension shows the sources and hints of a Family Tree person or record persona".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FamilySearch Family Tree Show Sources

Téléchargez les fichiers d'extension FamilySearch Family Tree Show Sources au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FamilySearch Family Tree Show Sources FamilySearch Family Tree Show Sources
ID mbpaocchpmekmafpkliigmmkllfedmkb
URL Officiel 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
Taille du Fichier 9.08 KB
Nombre d'Installations 3,258
Version Actuelle 1.8
Dernière Mise à Jour 2020-10-13
Date de Publication 2019-06-04
Évaluation 4.58/5 Total 19 Évaluations
Développeur Family Search Tool Man
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}