Centurial

Saves web sites to Centurial as a source.

Qu'est-ce que Centurial ?

Centurial est une extension Chrome développée par https://www.centurial.net, et sa fonction principale est "Saves web sites to Centurial as a source.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Centurial

Téléchargez les fichiers d'extension Centurial 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

                        Centurial is true evidence-based genealogy software. Evidence comes from sources, and in modern day genealogy, many of these sources can be found online. This browser extension helps you to save a web page to Centurial as a source.

With a single click, this extension imports source citations, screen captures and sometimes genealogical information.

For this extension to work properly, you need to install the Centurial desktop application, which you can download from https://www.centurial.net/download.                    

Informations de Base sur l'Extension

Nom Centurial Centurial
ID chmilimbepbckjmnfmbkngannlplhphk
URL Officiel https://chromewebstore.google.com/detail/centurial/chmilimbepbckjmnfmbkngannlplhphk
Description Saves web sites to Centurial as a source.
Taille du Fichier 15.86 KB
Nombre d'Installations 489
Version Actuelle 1.0.2
Dernière Mise à Jour 2019-12-16
Date de Publication 2019-12-15
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://www.centurial.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.centurial.net
URL de la Page de Politique de Confidentialité https://www.centurial.net/privacy
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Centurial",
    "description": "Saves web sites to Centurial as a source.",
    "version": "1.0.2",
    "manifest_version": 2,
    "permissions": [
        "activeTab",
        "nativeMessaging",
        ""
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "Save to Centurial",
        "default_icon": {
            "16": "images\/icon 16x16.png",
            "32": "images\/icon 32x32.png",
            "48": "images\/icon 48x48.png",
            "64": "images\/icon 64x64.png",
            "128": "images\/icon 128x128.png"
        }
    },
    "icons": {
        "16": "images\/icon 16x16.png",
        "32": "images\/icon 32x32.png",
        "48": "images\/icon 48x48.png",
        "64": "images\/icon 64x64.png",
        "128": "images\/icon 128x128.png"
    }
}