WikiTree AGC

WikiTree Automatic GEDCOM Cleanup

O que é WikiTree AGC?

WikiTree AGC é uma extensão do Chrome desenvolvida por Rob Pavey Software, e sua principal característica é "WikiTree Automatic GEDCOM Cleanup".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão WikiTree AGC

Baixe arquivos de extensão WikiTree AGC no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome WikiTree AGC WikiTree AGC
ID jbmjbhgjjademhplejlndlbolmodingj
URL Oficial https://chromewebstore.google.com/detail/wikitree-agc/jbmjbhgjjademhplejlndlbolmodingj
Descrição WikiTree Automatic GEDCOM Cleanup
Tamanho do Arquivo 127 KB
Contagem de Instalações 1,119
Versão Atual 1.2.0
Última Atualização 2022-08-09
Data de Publicação 2020-08-03
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor Rob Pavey Software
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.wikitree.com/index.php?title=Space:WikiTree_AGC
URL da Página de Política de Privacidade https://www.wikitree.com/wiki/Space:WikiTree_Sourcer_Privacy_Policy
Idiomas Suportados 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
}