Ancestry Source Linker

Link your sources from Ancestry to FamilySearch

Qu'est-ce que Ancestry Source Linker ?

Ancestry Source Linker est une extension Chrome développée par alfy32, et sa fonction principale est "Link your sources from Ancestry to FamilySearch".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Ancestry Source Linker

Téléchargez les fichiers d'extension Ancestry Source Linker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Ancestry Source Linker Ancestry Source Linker
ID ejefoffkcfbigaeioeopeepmlmcmeebh
URL Officiel https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh
Description Link your sources from Ancestry to FamilySearch
Taille du Fichier 31.22 KB
Nombre d'Installations 2,436
Version Actuelle 0.4.7
Dernière Mise à Jour 2016-07-23
Date de Publication 2016-07-23
Évaluation 4.00/5 Total 4 Évaluations
Développeur alfy32
Type de Paiement free
Langues Prises en Charge 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\/"
    ]
}