MedBetterWTHAY

View popup info on Ancestry family tree search listings

¿Qué es MedBetterWTHAY?

MedBetterWTHAY es una extensión de Chrome desarrollada por http://devoresoftware.blogspot.com, y su función principal es "View popup info on Ancestry family tree search listings".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión MedBetterWTHAY

Descarga archivos de extensión MedBetterWTHAY en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre MedBetterWTHAY MedBetterWTHAY
ID gbpflccbggohkcbjbjcjfnmhhbfcgdco
URL Oficial https://chrome.google.com/webstore/detail/medbetterwthay/gbpflccbggohkcbjbjcjfnmhhbfcgdco
Descripción View popup info on Ancestry family tree search listings
Tamaño del Archivo 37.83 KB
Cantidad de Instalaciones 237
Versión Actual 2.0
Última Actualización 2019-02-11
Fecha de Publicación 2019-02-11
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador http://devoresoftware.blogspot.com
Tipo de Pago free
Sitio Web de la Extensión https://devoresoftware.blogspot.com
URL de la Página de Ayuda https://devoresoftware.blogspot.com
URL de la Página de Política de Privacidad http://devoresoftware.blogspot.com/p/privacy-policy.html
Idiomas Soportados 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"
    }
}