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 Family Search Tool Man द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the sources and hints of a Family Tree person or record persona"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FamilySearch Family Tree Show Sources एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}