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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/" ] } |