FamilySearch Family Tree Show Sources
This extension shows the sources and hints of a Family Tree person or record persona
O que é FamilySearch Family Tree Show Sources?
FamilySearch Family Tree Show Sources é uma extensão do Chrome desenvolvida por Family Search Tool Man, e sua principal característica é "This extension shows the sources and hints of a Family Tree person or record persona".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão FamilySearch Family Tree Show Sources
Baixe arquivos de extensão FamilySearch Family Tree Show Sources no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | FamilySearch Family Tree Show Sources |
ID | mbpaocchpmekmafpkliigmmkllfedmkb |
URL Oficial | https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb |
Descrição | This extension shows the sources and hints of a Family Tree person or record persona |
Tamanho do Arquivo | 9.08 KB |
Contagem de Instalações | 3,258 |
Versão Atual | 1.8 |
Última Atualização | 2020-10-13 |
Data de Publicação | 2019-06-04 |
Classificação | 4.58/5 Total de 19 Avaliações |
Desenvolvedor | Family Search Tool Man |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } |