FamilySearch Family Tree Show Sources

This extension shows the sources and hints of a Family Tree person or record persona

ما هو FamilySearch Family Tree Show Sources؟

FamilySearch Family Tree Show Sources هو إضافة Chrome تم تطويرها بواسطة Family Search Tool Man، والميزة الرئيسية لها هي "This extension shows the sources and hints of a Family Tree person or record persona".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة FamilySearch Family Tree Show Sources

قم بتنزيل ملفات الامتداد FamilySearch Family Tree Show Sources بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        When on a "person page" in FamilySearch Family Tree, clicking on the tree icon will open a new tab showing all the sources attached to the person in a grid view.                    

معلومات أساسية عن التمديد

الاسم FamilySearch Family Tree Show Sources FamilySearch Family Tree Show Sources
ID mbpaocchpmekmafpkliigmmkllfedmkb
عنوان URL الرسمي https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb
الوصف This extension shows the sources and hints of a Family Tree person or record persona
حجم الملف 9.08 KB
عدد التثبيتات 3,258
النسخة الحالية 1.8
آخر تحديث 2020-10-13
تاريخ النشر 2019-06-04
تقييم 4.58/5 مجموع تقييمات 19
المطور Family Search Tool Man
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FamilySearch Family Tree Show Sources",
    "description": "This extension shows the sources and hints of a Family Tree person or record persona",
    "version": "1.8",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeContent",
        "activeTab",
        "tabs"
    ]
}