Ancestry Source Linker

Link your sources from Ancestry to FamilySearch

Apa itu Ancestry Source Linker?

Ancestry Source Linker adalah ekstensi Chrome yang dikembangkan oleh alfy32, dan fitur utamanya adalah "Link your sources from Ancestry to FamilySearch".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Ancestry Source Linker

Unduh file ekstensi Ancestry Source Linker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Ancestry Source Linker Ancestry Source Linker
ID ejefoffkcfbigaeioeopeepmlmcmeebh
URL Resmi https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh
Deskripsi Link your sources from Ancestry to FamilySearch
Ukuran File 31.22 KB
Jumlah Instalasi 2,436
Versi Saat Ini 0.4.7
Terakhir Diperbarui 2016-07-23
Tanggal Publikasi 2016-07-23
Penilaian 4.00/5 Total 4 Penilaian
Pengembang alfy32
Tipe Pembayaran free
Bahasa yang Didukung 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\/"
    ]
}