Ancestry Source Linker

Link your sources from Ancestry to FamilySearch

Was ist Ancestry Source Linker?

Ancestry Source Linker ist eine Chrome-Erweiterung, die von alfy32 entwickelt wurde, und ihr Hauptmerkmal ist "Link your sources from Ancestry to FamilySearch".

Erweiterungsscreenshots

screenshot

Ancestry Source Linker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ancestry Source Linker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Ancestry Source Linker Ancestry Source Linker
ID ejefoffkcfbigaeioeopeepmlmcmeebh
Offizielle URL https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh
Beschreibung Link your sources from Ancestry to FamilySearch
Dateigröße 31.22 KB
Installationsanzahl 2,436
Aktuelle Version 0.4.7
Letztes Update 2016-07-23
Veröffentlichungsdatum 2016-07-23
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler alfy32
Zahlungsart free
Unterstützte Sprachen 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\/"
    ]
}