Find-A-Record

Connect your FamilySearch tree to the Find-A-Record Research Assistant.

Find-A-Record क्या है?

Find-A-Record https://findarecord.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Connect your FamilySearch tree to the Find-A-Record Research Assistant."।

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

screenshot
screenshot

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

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

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

                        Quickly connect your FamilySearch tree to Find-A-Record.

Find-A-Record scans your tree and generates genealogy research opportunities. Opportunities include missing birth or death information, record hints, missing parents, possible missing spouses or children, data problems such as being born after you died, and poorly formatted information. For LDS users it also generates opportunities relating to LDS ordinances.                    

एक्सटेंशन की मूल जानकारी

नाम Find-A-Record Find-A-Record
ID abfejejjdbkmhigbgcmgmoihbjckiklb
आधिकारिक URL https://chromewebstore.google.com/detail/find-a-record/abfejejjdbkmhigbgcmgmoihbjckiklb
विवरण Connect your FamilySearch tree to the Find-A-Record Research Assistant.
फ़ाइल का आकार 110 KB
स्थापना संख्या 4,681
वर्तमान संस्करण 3.0.1
अंतिम अपडेट 2014-10-29
प्रकाशन तिथि 2014-10-29
रेटिंग 4.32/5 कुल 25 रेटिंग्स
डेवलपर https://findarecord.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.findarecord.com/
सहायता पृष्ठ URL https://www.findarecord.com/chrome-ext
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Find-A-Record",
    "short_name": "Find-A-Record",
    "version": "3.0.1",
    "description": "Connect your FamilySearch tree to the Find-A-Record Research Assistant.",
    "author": "Genealogy Systems, LLC",
    "permissions": [
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "background": {
        "page": "background\/background.html"
    },
    "page_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "Find-A-Record"
    },
    "web_accessible_resources": [
        "scripts\/jquery-2.0.3.min.map",
        "images\/icon16.png",
        "images\/icon48.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/familysearch.org\/tree\/*"
            ],
            "run_at": "document_start",
            "js": [
                "scripts\/jquery-2.0.3.min.js",
                "scripts\/far.js",
                "scripts\/familysearch.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.findarecord.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/jquery-2.0.3.min.js",
                "scripts\/far.com.js"
            ]
        }
    ]
}