WikiTree AGC

WikiTree Automatic GEDCOM Cleanup

ما هو WikiTree AGC؟

WikiTree AGC هو إضافة Chrome تم تطويرها بواسطة Rob Pavey Software، والميزة الرئيسية لها هي "WikiTree Automatic GEDCOM Cleanup".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة WikiTree AGC

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

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

                        The WikiTree AGC (Automatic GEDCOM Cleanup) extension allows users of wikitree.com to automatically reformat biographies created by GEDCOMpare. It adds a button to the wikitree profile edit page when the profile looks like one created by GEDCOMpare. Pressing the button will reformat the biography into a chronological narrative that provides a good starting point for a typical WikiTree biography.                    

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

الاسم WikiTree AGC WikiTree AGC
ID jbmjbhgjjademhplejlndlbolmodingj
عنوان URL الرسمي https://chromewebstore.google.com/detail/wikitree-agc/jbmjbhgjjademhplejlndlbolmodingj
الوصف WikiTree Automatic GEDCOM Cleanup
حجم الملف 127 KB
عدد التثبيتات 1,119
النسخة الحالية 1.2.0
آخر تحديث 2022-08-09
تاريخ النشر 2020-08-03
تقييم 5.00/5 مجموع تقييمات 7
المطور Rob Pavey Software
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.wikitree.com/index.php?title=Space:WikiTree_AGC
عنوان صفحة سياسة الخصوصية https://www.wikitree.com/wiki/Space:WikiTree_Sourcer_Privacy_Policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WikiTree AGC",
    "version": "1.2.0",
    "description": "WikiTree Automatic GEDCOM Cleanup",
    "permissions": [
        "storage"
    ],
    "action": {
        "default_icon": {
            "16": "images\/wikitree_agc16.png",
            "32": "images\/wikitree_agc32.png",
            "48": "images\/wikitree_agc48.png",
            "128": "images\/wikitree_agc128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.wikitree.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "images\/wikitree_agc16.png",
        "32": "images\/wikitree_agc32.png",
        "48": "images\/wikitree_agc48.png",
        "128": "images\/wikitree_agc128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/www.wikitree.com\/*"
            ],
            "resources": [
                "images\/agc.png",
                "images\/agc_undo.png",
                "library\/editbio.mjs"
            ]
        }
    ],
    "manifest_version": 3
}