FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
Vad är FamilySearch Family Tree Show Sources?
FamilySearch Family Tree Show Sources är en Chrome-tillägg utvecklad av Family Search Tool Man, och dess huvudfunktion är "This extension shows the sources and hints of a Family Tree person or record persona".
Tilläggsskärmbilder
Ladda ner FamilySearch Family Tree Show Sources-förlängningens CRX-fil
Ladda ner FamilySearch Family Tree Show Sources-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | mbpaocchpmekmafpkliigmmkllfedmkb |
| Officiell webbadress | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
| Beskrivning | This extension shows the sources and hints of a Family Tree person or record persona |
| Filstorlek | 9.08 KB |
| Antal Installationer | 3,258 |
| Aktuell Version | 1.8 |
| Senast Uppdaterad | 2020-10-13 |
| Publiceringsdatum | 2019-06-04 |
| Betyg | 4.58/5 Totalt 19 Betyg |
| Utvecklare | Family Search Tool Man |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |