Ancestry Source Linker

Link your sources from Ancestry to FamilySearch

O que é Ancestry Source Linker?

Ancestry Source Linker é uma extensão do Chrome desenvolvida por alfy32, e sua principal característica é "Link your sources from Ancestry to FamilySearch".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ancestry Source Linker

Baixe arquivos de extensão Ancestry Source Linker 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

                        This is a quick way to attach an Ancestry.com source to multiple people on FamilySearch.org. The extension will take information from the Ancestry source in the current tab and autofill some fields. Other fields will remember the last value entered. This has helped my wife to quickly source records from Ancestry.com to FamilySearch.org persons. 

This only works for images currently. Updated to correctly attach sources after FamilySearch changes.

Ancestry.com and FamilySearch.org accounts are required.                    

Informações Básicas da Extensão

Nome Ancestry Source Linker Ancestry Source Linker
ID ejefoffkcfbigaeioeopeepmlmcmeebh
URL Oficial https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh
Descrição Link your sources from Ancestry to FamilySearch
Tamanho do Arquivo 31.22 KB
Contagem de Instalações 2,436
Versão Atual 0.4.7
Última Atualização 2016-07-23
Data de Publicação 2016-07-23
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor alfy32
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ancestry Source Linker",
    "description": "Link your sources from Ancestry to FamilySearch",
    "version": "0.4.7",
    "browser_action": {
        "default_icon": "extension\/icon\/icon.png",
        "default_popup": "extension\/popup.html"
    },
    "icons": {
        "16": "extension\/icon\/icon-16.png",
        "48": "extension\/icon\/icon-48.png",
        "128": "extension\/icon\/icon-128.png"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "https:\/\/familysearch.org\/"
    ]
}