Find-A-Record

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

什麼是Find-A-Record?

Find-A-Record是由https://findarecord.com開發的Chrome擴展程式,該擴展的主要功能是“Connect your FamilySearch tree to the Find-A-Record Research Assistant.”。

擴展截圖

screenshot
screenshot

下載Find-A-Record擴展crx文件

下載Find-A-Record擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}