FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
Cos'è FamilySearch Family Tree Show Sources?
FamilySearch Family Tree Show Sources è un'estensione di Chrome sviluppata da Family Search Tool Man, e la sua funzione principale è "This extension shows the sources and hints of a Family Tree person or record persona".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione FamilySearch Family Tree Show Sources
Scarica i file di estensione FamilySearch Family Tree Show Sources in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | FamilySearch Family Tree Show Sources |
ID | mbpaocchpmekmafpkliigmmkllfedmkb |
URL Ufficiale | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
Descrizione | This extension shows the sources and hints of a Family Tree person or record persona |
Dimensione del File | 9.08 KB |
Conteggio Installazioni | 3,258 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2020-10-13 |
Data di Pubblicazione | 2019-06-04 |
Valutazione | 4.58/5 Totale 19 Valutazioni |
Sviluppatore | Family Search Tool Man |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |