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\/" ] } |