MedBetterWTHAY

View popup info on Ancestry family tree search listings

MedBetterWTHAY란 무엇입니까?

MedBetterWTHAY은(는) http://devoresoftware.blogspot.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View popup info on Ancestry family tree search listings"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        MedBetterWTHAY 2.0 adds a feature to show a popup window of a person's relationship to you when the cursor is placed, or hovered, over that person's information box on the family tree page. Only available on sideways/vertical family tree displays, it activates the popup window after one second of hovering the mouse over any family tree entry. A red line at the top of the box will show when the feature is activated by the mouse hover, and then there is a delay of varying time (less than one to several seconds) while the extension requests and loads the relationship information from the Ancestry site.

Version 1.1 adds support for Ancestry sites of Canada, Australia, and the UK

MedBetterWTHAY is for use with the Ancestry website to enhance the Search All People feature. It displays a popup window that shows the Relationship (to you) and LifeStory of a person when the cursor is placed, or hovered, over that person's Search entry. This can be useful, for example, to more easily determine people who have a family tree entry, but are not attached to your main family tree, also known as orphans or islands.

Install the extension and navigate to your family tree page, select Find Person and List of All People from the right dropdown menu. From this page, or a specific search on this page, hover the cursor over any person's name whom you are interested in seeing further information. After two seconds, you will see a red line appear under their name. This indicates the extension is loading information from the Ancestry website. When the information is retrieved, a popup window containing the Relationship and LifeStory is displayed.

Some entries may have a blank LifeStory if there is no information on record, but all entries should have a Relationship if they are connected to the main family tree. If you see a blank Relationship, this is a strong indication that the entry is an unattached "island" and can either be removed, or possibly reconnected, to the main tree.

Verify that the entry is truly unattached by clicking the person's listing link to see the their information before deleting them. An entry with no relationship to you listed below their name means that they have no or an unknown connection to your family tree.

I have personally used the extension to detect and remove over 200 people, as well as over two dozen multi-person subtrees not attached to the main tree. Prior to the extension popup, I needed to click each person's entry and view their information page to check their relationship to my family tree.

Of course, this is not the only purpose for the extension. You may also use it to quickly view more information about a person in the Search listing that you are interested in or curious about.

Please note that while the two second delay before the red line is always present (to avoid constantly loading pages as you move the cursor about the page), the time after that is purely dependent on the time spent loading the information from the site. If you have a slow connection, or the Ancestry server is bogged down or otherwise acting like a slug, it may take a while to view the information. At worst case here (so far), I have seen delays of around five seconds to retrieve information when the Ancestry server is engaged in other tasks of vital importance.                    

확장 프로그램 기본 정보

이름 MedBetterWTHAY MedBetterWTHAY
ID gbpflccbggohkcbjbjcjfnmhhbfcgdco
공식 URL https://chrome.google.com/webstore/detail/medbetterwthay/gbpflccbggohkcbjbjcjfnmhhbfcgdco
설명 View popup info on Ancestry family tree search listings
파일 크기 37.83 KB
설치 횟수 237
현재 버전 2.0
최근 업데이트 2019-02-11
출시 날짜 2019-02-11
평점 5.00/5 총 1 개의 평점
개발자 http://devoresoftware.blogspot.com
결제 유형 free
확장 프로그램 웹 사이트 https://devoresoftware.blogspot.com
도움말 페이지 URL https://devoresoftware.blogspot.com
개인정보 보호 정책 페이지 URL http://devoresoftware.blogspot.com/p/privacy-policy.html
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MedBetterWTHAY",
    "short_name": "MedBetterWTHAY",
    "author": "Michael Devore",
    "version": "2.0",
    "manifest_version": 2,
    "minimum_chrome_version": "56",
    "description": "View popup info on Ancestry family tree search listings",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.ancestry.com\/family-tree\/tree\/*\/*",
                "https:\/\/www.ancestry.com\/family-tree\/tree\/*\/*",
                "http:\/\/www.ancestry.com.au\/family-tree\/tree\/*\/*",
                "https:\/\/www.ancestry.com.au\/family-tree\/tree\/*\/*",
                "http:\/\/www.ancestry.ca\/family-tree\/tree\/*\/*",
                "https:\/\/www.ancestry.ca\/family-tree\/tree\/*\/*",
                "http:\/\/www.ancestry.co.uk\/family-tree\/tree\/*\/*",
                "https:\/\/www.ancestry.co.uk\/family-tree\/tree\/*\/*",
                "http:\/\/www.ancestry.com\/family-tree\/person\/tree\/*",
                "https:\/\/www.ancestry.com\/family-tree\/person\/tree\/*",
                "http:\/\/www.ancestry.com.au\/family-tree\/person\/tree\/*",
                "https:\/\/www.ancestry.com.au\/family-tree\/person\/tree\/*",
                "https:\/\/www.ancestry.ca\/family-tree\/person\/tree\/*",
                "http:\/\/www.ancestry.co.uk\/family-tree\/person\/tree\/*",
                "https:\/\/www.ancestry.co.uk\/family-tree\/person\/tree\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "MedBetterWTHAY.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "http:\/\/www.ancestry.com\/family-tree\/tree\/*\/*",
        "https:\/\/www.ancestry.com\/family-tree\/tree\/*\/*",
        "http:\/\/www.ancestry.com.au\/family-tree\/tree\/*\/*",
        "https:\/\/www.ancestry.com.au\/family-tree\/tree\/*\/*",
        "http:\/\/www.ancestry.ca\/family-tree\/tree\/*\/*",
        "https:\/\/www.ancestry.ca\/family-tree\/tree\/*\/l*",
        "http:\/\/www.ancestry.co.uk\/family-tree\/tree\/*\/*",
        "https:\/\/www.ancestry.co.uk\/family-tree\/tree\/*\/*",
        "http:\/\/www.ancestry.com\/family-tree\/person\/tree\/*",
        "https:\/\/www.ancestry.com\/family-tree\/person\/tree\/*",
        "http:\/\/www.ancestry.com.au\/family-tree\/person\/tree\/*",
        "https:\/\/www.ancestry.com.au\/family-tree\/person\/tree\/*",
        "http:\/\/www.ancestry.ca\/family-tree\/person\/tree\/*",
        "https:\/\/www.ancestry.ca\/family-tree\/person\/tree\/*",
        "http:\/\/www.ancestry.co.uk\/family-tree\/person\/tree\/*",
        "https:\/\/www.ancestry.co.uk\/family-tree\/person\/tree\/*"
    ],
    "icons": {
        "16": "person16.png",
        "48": "person48.png",
        "128": "person128.png"
    }
}