Ancestry Source Linker
Link your sources from Ancestry to FamilySearch
What is Ancestry Source Linker?
Ancestry Source Linker is a Chrome extension developed by alfy32, and its main feature is "Link your sources from Ancestry to FamilySearch".
Extension Screenshots
Download Ancestry Source Linker Extension CRX File
Download Ancestry Source Linker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a quick way to attach an Ancestry.com source to multiple people on FamilySearch.org. The extension will take information from the Ancestry source in the current tab and autofill some fields. Other fields will remember the last value entered. This has helped my wife to quickly source records from Ancestry.com to FamilySearch.org persons. This only works for images currently. Updated to correctly attach sources after FamilySearch changes. Ancestry.com and FamilySearch.org accounts are required.
Extension Basic Information
Name | Ancestry Source Linker |
ID | ejefoffkcfbigaeioeopeepmlmcmeebh |
Official URL | https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh |
Description | Link your sources from Ancestry to FamilySearch |
File Size | 31.22 KB |
Installation Count | 2,436 |
Current Version | 0.4.7 |
Last Updated | 2016-07-23 |
Publish Date | 2016-07-23 |
Rating | 4.00/5 Total 4 Ratings |
Developer | alfy32 |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ancestry Source Linker", "description": "Link your sources from Ancestry to FamilySearch", "version": "0.4.7", "browser_action": { "default_icon": "extension\/icon\/icon.png", "default_popup": "extension\/popup.html" }, "icons": { "16": "extension\/icon\/icon-16.png", "48": "extension\/icon\/icon-48.png", "128": "extension\/icon\/icon-128.png" }, "permissions": [ "activeTab", "storage", "cookies", "https:\/\/familysearch.org\/" ] } |