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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}