MedBetterWTHAY

View popup info on Ancestry family tree search listings

Co to jest MedBetterWTHAY?

MedBetterWTHAY to rozszerzenie Chrome opracowane przez http://devoresoftware.blogspot.com, a jego główną funkcją jest „View popup info on Ancestry family tree search listings”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MedBetterWTHAY

Pobierz pliki rozszerzeń MedBetterWTHAY w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MedBetterWTHAY MedBetterWTHAY
ID gbpflccbggohkcbjbjcjfnmhhbfcgdco
Oficjalny URL https://chrome.google.com/webstore/detail/medbetterwthay/gbpflccbggohkcbjbjcjfnmhhbfcgdco
Opis View popup info on Ancestry family tree search listings
Rozmiar pliku 37.83 KB
Liczba instalacji 237
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2019-02-11
Data Publikacji 2019-02-11
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper http://devoresoftware.blogspot.com
Typ Płatności free
Strona Rozszerzenia https://devoresoftware.blogspot.com
Adres URL Strony Pomocy https://devoresoftware.blogspot.com
Adres URL Strony Polityki Prywatności http://devoresoftware.blogspot.com/p/privacy-policy.html
Obsługiwane Języki 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"
    }
}