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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        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
URL หน้านโยบายความเป็นส่วนตัว 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
}