Hope Chest

Searches your family tree.

Hope Chest란 무엇입니까?

Hope Chest은(는) https://hopechestsoftware.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Searches your family tree."입니다.

확장 프로그램 스크린샷

screenshot

Hope Chest 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Hope Chest is fun and easy to use!
You can...

★ Search a specific family line.
★ Search the descendants of an ancestor you share with a friend or family member.
★ Print the search results and share them.  
★ Create a folder for each search.
★ Discover specific ordinances needed for male and/or female ancestors.
★ Search your ancestor’s descendants  for:
      • Available ordinances
      • Records needing more information
      • Data problems
      • Record hints

Hope Chest is an extension that helps users of the FamilySearch.org website.  
After installing the extension just go here to get started: https://familysearch.org/tree/

v11 now works with new Tree view!
v11.0.1 Dependency search fix
v11.0.2 Ancestor search fix
v11.0.3 Gender search fix
v11.0.4 Search count fix
v11.0.5-7 Dependency & Ancestor search fix after Family Search changes

TECH SUPPORT - [email protected]

------------------------------------------------------------
By installing and using Hope Chest you are agreeing to the following legal agreements:
------------------------------------------------------------

https://hopechestsoftware.com/pdf/HopeChestPrivacyPolicy.pdf

https://hopechestsoftware.com/pdf/HopeChestTermsAndConditions.pdf

https://hopechestsoftware.com/pdf/Software_License_Agreement.pdf
------------------------------------------------------------

Website Home Page: https://hopechestsoftware.com/Index.html

------------------------------------------------------------
What our users say about it:
------------------------------------------------------------

Hope Chest has been the greatest blessing for me.  I have found thousands of names that needed additional work and it has keep my grandchildren very busy. Thank you for taking it over and keeping it running. - Ed Seegmiller

I have been using Hope Chest for 10 yrs. My experience and others I have introduced it to have been exceptional. It is the best tool available to search ancestors and descendants. I have found it accurate, thorough, and easy to use. - ReNae Romney

Very helpful for finding relatives. - CBS M                    

확장 프로그램 기본 정보

이름 Hope Chest Hope Chest
ID gjneklbanpnnjdeddbnkkgeljkhpblhp
공식 URL https://chromewebstore.google.com/detail/hope-chest/gjneklbanpnnjdeddbnkkgeljkhpblhp
설명 Searches your family tree.
파일 크기 1.01 MB
설치 횟수 29,116
현재 버전 11.0.7
최근 업데이트 2023-11-23
출시 날짜 2020-06-25
평점 4.14/5 총 391 개의 평점
개발자 https://hopechestsoftware.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hopechestsoftware.com/
도움말 페이지 URL https://hopechestsoftware.com/FAQ.html
개인정보 보호 정책 페이지 URL https://hopechestsoftware.com/pdf/HopeChestPrivacyPolicy.pdf
지원되는 언어 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "\/css\/jquery-ui-1.10.4.custom.css"
            ],
            "exclude_globs": [
                "*view=ordinance*"
            ],
            "matches": [
                "https:\/\/familysearch.org\/tree*",
                "https:\/\/www.familysearch.org\/tree*"
            ]
        },
        {
            "all_frames": false,
            "css": [
                "\/css\/custom.css"
            ],
            "exclude_globs": [
                "*view=ordinance*"
            ],
            "js": [
                "\/js\/jquery-3.4.1.min.js",
                "\/js\/jquery.simplemodal-1.4.4.js",
                "\/js\/jquery-ui-1.12.1.min.js",
                "\/js\/guiders-1.3.0.js",
                "\/js\/uuid.js",
                "\/js\/contentscript.js"
            ],
            "matches": [
                "https:\/\/familysearch.org\/*",
                "https:\/\/www.familysearch.org\/*"
            ]
        }
    ],
    "description": "Searches your family tree.",
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCu5fMvG3v2Prq4FUkwoPSRMsIBX4m67jmv2ngIVwEa0gNw9WKP4Nnytq0khzbkfIv+kiWKM9YPM16Wl9EB3HNlw2y\/u17GnZCSETrS+Nql5DZUC6brUfHin+kLyFFkPii4Cb\/ZrOqRjBTO3KkJDq5Xx5rNFp7ji7\/u6Gvyf9Q9ZQIDAQAB",
    "manifest_version": 2,
    "name": "Hope Chest",
    "page_action": {
        "default_icon": {
            "19": "\/images\/19.png",
            "38": "\/images\/38.png"
        },
        "default_popup": "src\/popup.html",
        "default_title": "Hope Chest",
        "scripts": [
            "\/js\/jquery-3.4.1.min.js",
            "\/js\/chromedb.js",
            "\/js\/db.js",
            "\/js\/popup.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "https:\/\/familysearch.org\/*",
        "https:\/\/www.familysearch.org\/*",
        "https:\/\/hopechestsoftware.com\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "11.0.7",
    "web_accessible_resources": [
        "\/images\/log.png",
        "\/images\/Stop.png",
        "\/images\/Pause.png",
        "\/images\/Play.png",
        "\/images\/PlayBack.png",
        "\/images\/overlay-play.png",
        "\/images\/logo.png",
        "\/images\/shot.png",
        "\/images\/up.png",
        "\/images\/48.png",
        "\/images\/128.png",
        "\/images\/24.png",
        "\/images\/24-closed.png",
        "\/images\/ancestors.png",
        "\/images\/posterity.png",
        "\/images\/green-check.png",
        "\/images\/Gear-icon.png",
        "\/images\/ui-icons_056b93_256x240.png",
        "\/images\/ui-icons_d8e7f3_256x240.png",
        "\/images\/SyncLoader.gif",
        "\/src\/settings.html",
        "\/images\/ui-bg_inset-hard_100_fcfdfd_1x100.png",
        "\/images\/ui-icons_0078ae_256x240.png",
        "\/images\/ui-icons_d8e7f3_256x240.png",
        "\/images\/ui-bg_gloss-wave_75_2191c0_500x100.png"
    ]
}