Ancestry Source Linker

Link your sources from Ancestry to FamilySearch

Ancestry Source Linkerคืออะไร?

Ancestry Source Linker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย alfy32 และคุณลักษณะหลักของมันคือ "Link your sources from Ancestry to FamilySearch"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ancestry Source Linker

ดาวน์โหลดไฟล์ส่วนขยาย Ancestry Source Linker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ancestry Source Linker Ancestry Source Linker
ID ejefoffkcfbigaeioeopeepmlmcmeebh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ancestry-source-linker/ejefoffkcfbigaeioeopeepmlmcmeebh
คำอธิบาย Link your sources from Ancestry to FamilySearch
ขนาดไฟล์ 31.22 KB
จำนวนการติดตั้ง 2,436
เวอร์ชันปัจจุบัน 0.4.7
อัปเดตครั้งล่าสุด 2016-07-23
วันที่เผยแพร่ 2016-07-23
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา alfy32
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/"
    ]
}