WikiTree AGC

WikiTree Automatic GEDCOM Cleanup

Qu'est-ce que WikiTree AGC ?

WikiTree AGC est une extension Chrome développée par Rob Pavey Software, et sa fonction principale est "WikiTree Automatic GEDCOM Cleanup".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension WikiTree AGC

Téléchargez les fichiers d'extension WikiTree AGC au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom WikiTree AGC WikiTree AGC
ID jbmjbhgjjademhplejlndlbolmodingj
URL Officiel https://chromewebstore.google.com/detail/wikitree-agc/jbmjbhgjjademhplejlndlbolmodingj
Description WikiTree Automatic GEDCOM Cleanup
Taille du Fichier 127 KB
Nombre d'Installations 1,119
Version Actuelle 1.2.0
Dernière Mise à Jour 2022-08-09
Date de Publication 2020-08-03
Évaluation 5.00/5 Total 7 Évaluations
Développeur Rob Pavey Software
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.wikitree.com/index.php?title=Space:WikiTree_AGC
URL de la Page de Politique de Confidentialité https://www.wikitree.com/wiki/Space:WikiTree_Sourcer_Privacy_Policy
Langues Prises en Charge 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
}