FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
Wat is FamilySearch Family Tree Show Sources?
FamilySearch Family Tree Show Sources is een Chrome-extensie ontwikkeld door Family Search Tool Man, en de belangrijkste functie is "This extension shows the sources and hints of a Family Tree person or record persona".
Extensie Screenshots
Download het CRX-bestand van de extensie FamilySearch Family Tree Show Sources
Download FamilySearch Family Tree Show Sources-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | mbpaocchpmekmafpkliigmmkllfedmkb |
| Officiële URL | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
| Beschrijving | This extension shows the sources and hints of a Family Tree person or record persona |
| Bestandsgrootte | 9.08 KB |
| Aantal Installaties | 3,258 |
| Huidige Versie | 1.8 |
| Laatst Bijgewerkt | 2020-10-13 |
| Publicatiedatum | 2019-06-04 |
| Beoordeling | 4.58/5 Totaal 19 Beoordelingen |
| Ontwikkelaar | Family Search Tool Man |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |