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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Family Search Tool Man, και η κύρια λειτουργία του είναι "This extension shows the sources and hints of a Family Tree person or record persona".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης FamilySearch Family Tree Show Sources

Λήψη αρχείων επέκτασης 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 FamilySearch Family Tree Show Sources
ID mbpaocchpmekmafpkliigmmkllfedmkb
Επίσημο URL 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"
    ]
}