FamilySearch Tools

This extension adds useful tools while working on FamilySearch.

FamilySearch Toolsคืออะไร?

FamilySearch Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension adds useful tools while working on FamilySearch."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FamilySearch Tools

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

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

                        When viewing records on FamilySearch, clicking the "FamilySearch Tools" extension icon will bring up links to the next/previous records. This is particularly useful when browsing census records in order to get records for other family members and neighbours.                    

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

ชื่อ FamilySearch Tools FamilySearch Tools
ID nofeohbnmmegdlalmkbjhkcjgkgegblf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/familysearch-tools/nofeohbnmmegdlalmkbjhkcjgkgegblf
คำอธิบาย This extension adds useful tools while working on FamilySearch.
ขนาดไฟล์ 10.29 KB
จำนวนการติดตั้ง 4,971
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2015-09-28
วันที่เผยแพร่ 2015-09-28
คะแนน 3.23/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FamilySearch Tools",
    "description": "This extension adds useful tools while working on FamilySearch.",
    "version": "1.0.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "https:\/\/familysearch.org\/platform\/records\/personas\/"
    ]
}