FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
Was ist FamilySearch Family Tree Show Sources?
FamilySearch Family Tree Show Sources ist eine Chrome-Erweiterung, die von Family Search Tool Man entwickelt wurde, und ihr Hauptmerkmal ist "This extension shows the sources and hints of a Family Tree person or record persona".
Erweiterungsscreenshots
FamilySearch Family Tree Show Sources-Erweiterungs-CRX-Datei herunterladen
Laden Sie FamilySearch Family Tree Show Sources-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | FamilySearch Family Tree Show Sources |
ID | mbpaocchpmekmafpkliigmmkllfedmkb |
Offizielle URL | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
Beschreibung | This extension shows the sources and hints of a Family Tree person or record persona |
Dateigröße | 9.08 KB |
Installationsanzahl | 3,258 |
Aktuelle Version | 1.8 |
Letztes Update | 2020-10-13 |
Veröffentlichungsdatum | 2019-06-04 |
Bewertung | 4.58/5 Insgesamt 19 Bewertungen |
Entwickler | Family Search Tool Man |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |