WikiTree AGC

WikiTree Automatic GEDCOM Cleanup

WikiTree AGCとは何ですか?

WikiTree AGCはRob Pavey Softwareによって開発されたChromeの拡張機能で、その主な機能は「WikiTree Automatic GEDCOM Cleanup」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

WikiTree AGC拡張機能のCRXファイルをダウンロード

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
Eメール [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
}