FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
FamilySearch Family Tree Show Sourcesคืออะไร?
FamilySearch Family Tree Show Sources เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Family Search Tool Man และคุณลักษณะหลักของมันคือ "This extension shows the sources and hints of a Family Tree person or record persona"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FamilySearch Family Tree Show Sources
ดาวน์โหลดไฟล์ส่วนขยาย FamilySearch Family Tree Show Sources ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
When on a "person page" in FamilySearch Family Tree, clicking on the tree icon will open a new tab showing all the sources attached to the person in a grid view.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FamilySearch Family Tree Show Sources |
ID | mbpaocchpmekmafpkliigmmkllfedmkb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
คำอธิบาย | This extension shows the sources and hints of a Family Tree person or record persona |
ขนาดไฟล์ | 9.08 KB |
จำนวนการติดตั้ง | 3,258 |
เวอร์ชันปัจจุบัน | 1.8 |
อัปเดตครั้งล่าสุด | 2020-10-13 |
วันที่เผยแพร่ | 2019-06-04 |
คะแนน | 4.58/5 รวมทั้งหมด 19 คะแนน |
ผู้พัฒนา | Family Search Tool Man |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "FamilySearch Family Tree Show Sources", "description": "This extension shows the sources and hints of a Family Tree person or record persona", "version": "1.8", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab", "tabs" ] } |