WikiTree AGC

WikiTree Automatic GEDCOM Cleanup

WikiTree AGC란 무엇입니까?

WikiTree AGC은(는) Rob Pavey Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "WikiTree Automatic GEDCOM Cleanup"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

WikiTree AGC 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
개인정보 보호 정책 페이지 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
}