Find-A-Record
Connect your FamilySearch tree to the Find-A-Record Research Assistant.
Find-A-Recordとは何ですか?
Find-A-Recordはhttps://findarecord.comによって開発されたChromeの拡張機能で、その主な機能は「Connect your FamilySearch tree to the Find-A-Record Research Assistant.」です。
拡張機能のスクリーンショット
Find-A-Record拡張機能のCRXファイルをダウンロード
Find-A-Record拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Quickly connect your FamilySearch tree to Find-A-Record. Find-A-Record scans your tree and generates genealogy research opportunities. Opportunities include missing birth or death information, record hints, missing parents, possible missing spouses or children, data problems such as being born after you died, and poorly formatted information. For LDS users it also generates opportunities relating to LDS ordinances.
拡張機能の基本情報
名前 | Find-A-Record |
ID | abfejejjdbkmhigbgcmgmoihbjckiklb |
公式URL | https://chromewebstore.google.com/detail/find-a-record/abfejejjdbkmhigbgcmgmoihbjckiklb |
説明 | Connect your FamilySearch tree to the Find-A-Record Research Assistant. |
ファイルサイズ | 110 KB |
インストール数 | 4,681 |
現在のバージョン | 3.0.1 |
最終更新日 | 2014-10-29 |
公開日 | 2014-10-29 |
評価 | 4.32/5 合計 25 レビュー |
開発者 | https://findarecord.com |
支払い方法 | free |
拡張機能のウェブサイト | https://www.findarecord.com/ |
ヘルプページのURL | https://www.findarecord.com/chrome-ext |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Find-A-Record", "short_name": "Find-A-Record", "version": "3.0.1", "description": "Connect your FamilySearch tree to the Find-A-Record Research Assistant.", "author": "Genealogy Systems, LLC", "permissions": [ "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "background": { "page": "background\/background.html" }, "page_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Find-A-Record" }, "web_accessible_resources": [ "scripts\/jquery-2.0.3.min.map", "images\/icon16.png", "images\/icon48.png" ], "content_scripts": [ { "matches": [ "https:\/\/familysearch.org\/tree\/*" ], "run_at": "document_start", "js": [ "scripts\/jquery-2.0.3.min.js", "scripts\/far.js", "scripts\/familysearch.js" ] }, { "matches": [ "*:\/\/*.findarecord.com\/*" ], "run_at": "document_end", "js": [ "scripts\/jquery-2.0.3.min.js", "scripts\/far.com.js" ] } ] } |