Ancestry Source Linker

Link your sources from Ancestry to FamilySearch

Cos'è Ancestry Source Linker?

Ancestry Source Linker è un'estensione di Chrome sviluppata da alfy32, e la sua funzione principale è "Link your sources from Ancestry to FamilySearch".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Ancestry Source Linker

Scarica i file di estensione Ancestry Source Linker 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Ancestry Source Linker Ancestry Source Linker
ID ejefoffkcfbigaeioeopeepmlmcmeebh
URL Ufficiale https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh
Descrizione Link your sources from Ancestry to FamilySearch
Dimensione del File 31.22 KB
Conteggio Installazioni 2,436
Versione Corrente 0.4.7
Ultimo Aggiornamento 2016-07-23
Data di Pubblicazione 2016-07-23
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore alfy32
Tipo di Pagamento free
Lingue Supportate 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\/"
    ]
}