Ancestry Source Linker

Link your sources from Ancestry to FamilySearch

Ancestry Source Linker là gì?

Ancestry Source Linker là một tiện ích mở rộng Chrome được phát triển bởi alfy32, và tính năng chính của nó là "Link your sources from Ancestry to FamilySearch".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ancestry Source Linker

Tải xuống các tệp mở rộng Ancestry Source Linker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ancestry Source Linker Ancestry Source Linker
ID ejefoffkcfbigaeioeopeepmlmcmeebh
URL Chính Thức https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh
Mô tả Link your sources from Ancestry to FamilySearch
Kích Thước Tệp 31.22 KB
Số Lần Cài Đặt 2,436
Phiên Bản Hiện Tại 0.4.7
Cập Nhật Lần Cuối 2016-07-23
Ngày Phát Hành 2016-07-23
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển alfy32
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}