FamilySearch Family Tree Show Sources

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

Apa itu FamilySearch Family Tree Show Sources?

FamilySearch Family Tree Show Sources adalah ekstensi Chrome yang dikembangkan oleh Family Search Tool Man, dan fitur utamanya adalah "This extension shows the sources and hints of a Family Tree person or record persona".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi FamilySearch Family Tree Show Sources

Unduh file ekstensi FamilySearch Family Tree Show Sources 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

                        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.                    

Informasi Dasar Ekstensi

Nama FamilySearch Family Tree Show Sources FamilySearch Family Tree Show Sources
ID mbpaocchpmekmafpkliigmmkllfedmkb
URL Resmi https://chromewebstore.google.com/detail/familysearch-family-tree/mbpaocchpmekmafpkliigmmkllfedmkb
Deskripsi This extension shows the sources and hints of a Family Tree person or record persona
Ukuran File 9.08 KB
Jumlah Instalasi 3,258
Versi Saat Ini 1.8
Terakhir Diperbarui 2020-10-13
Tanggal Publikasi 2019-06-04
Penilaian 4.58/5 Total 19 Penilaian
Pengembang Family Search Tool Man
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}