Ancestry Source Linker
Link your sources from Ancestry to FamilySearch
什么是Ancestry Source Linker?
Ancestry Source Linker是由alfy32开发的Chrome扩展程序,该扩展的主要功能是“Link your sources from Ancestry to FamilySearch”。
扩展截图
下载Ancestry Source Linker扩展crx文件
下载Ancestry Source Linker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Ancestry Source Linker |
ID | ejefoffkcfbigaeioeopeepmlmcmeebh |
官方URL | https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh |
简介 | Link your sources from Ancestry to FamilySearch |
文件大小 | 31.22 KB |
安装次数 | 2,436 |
当前版本 | 0.4.7 |
更新时间 | 2016-07-23 |
上架时间 | 2016-07-23 |
评分 | 4.00/5 共4次评分 |
开发者 | alfy32 |
付费类型 | free |
支持的语言 | 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\/" ] } |