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 |
官方網址 | 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\/" ] } |