MedBetterWTHAY
View popup info on Ancestry family tree search listings
MedBetterWTHAY là gì?
MedBetterWTHAY là một tiện ích mở rộng Chrome được phát triển bởi http://devoresoftware.blogspot.com, và tính năng chính của nó là "View popup info on Ancestry family tree search listings".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng MedBetterWTHAY
Tải xuống các tệp mở rộng MedBetterWTHAY dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gbpflccbggohkcbjbjcjfnmhhbfcgdco |
URL Chính Thức | https://chrome.google.com/webstore/detail/medbetterwthay/gbpflccbggohkcbjbjcjfnmhhbfcgdco |
Mô tả | View popup info on Ancestry family tree search listings |
Kích Thước Tệp | 37.83 KB |
Số Lần Cài Đặt | 237 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2019-02-11 |
Ngày Phát Hành | 2019-02-11 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://devoresoftware.blogspot.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://devoresoftware.blogspot.com |
URL Trang Trợ Giúp | https://devoresoftware.blogspot.com |
URL Trang Chính Sách Bảo Mật | http://devoresoftware.blogspot.com/p/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |