Find-A-Record
Connect your FamilySearch tree to the Find-A-Record Research Assistant.
Find-A-Recordคืออะไร?
Find-A-Record เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://findarecord.com และคุณลักษณะหลักของมันคือ "Connect your FamilySearch tree to the Find-A-Record Research Assistant."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find-A-Record
ดาวน์โหลดไฟล์ส่วนขยาย 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" ] } ] } |