WikiTree AGC

WikiTree Automatic GEDCOM Cleanup

WikiTree AGC là gì?

WikiTree AGC là một tiện ích mở rộng Chrome được phát triển bởi Rob Pavey Software, và tính năng chính của nó là "WikiTree Automatic GEDCOM Cleanup".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WikiTree AGC

Tải xuống các tệp mở rộng WikiTree AGC dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WikiTree AGC WikiTree AGC
ID jbmjbhgjjademhplejlndlbolmodingj
URL Chính Thức https://chromewebstore.google.com/detail/wikitree-agc/jbmjbhgjjademhplejlndlbolmodingj
Mô tả WikiTree Automatic GEDCOM Cleanup
Kích Thước Tệp 127 KB
Số Lần Cài Đặt 1,119
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2022-08-09
Ngày Phát Hành 2020-08-03
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Rob Pavey Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.wikitree.com/index.php?title=Space:WikiTree_AGC
URL Trang Chính Sách Bảo Mật https://www.wikitree.com/wiki/Space:WikiTree_Sourcer_Privacy_Policy
Ngôn Ngữ Được Hỗ Trợ 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
}