Centurial

Saves web sites to Centurial as a source.

Was ist Centurial?

Centurial ist eine Chrome-Erweiterung, die von https://www.centurial.net entwickelt wurde, und ihr Hauptmerkmal ist "Saves web sites to Centurial as a source.".

Erweiterungsscreenshots

screenshot

Centurial-Erweiterungs-CRX-Datei herunterladen

Laden Sie Centurial-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Centurial Centurial
ID chmilimbepbckjmnfmbkngannlplhphk
Offizielle URL https://chromewebstore.google.com/detail/centurial/chmilimbepbckjmnfmbkngannlplhphk
Beschreibung Saves web sites to Centurial as a source.
Dateigröße 15.86 KB
Installationsanzahl 489
Aktuelle Version 1.0.2
Letztes Update 2019-12-16
Veröffentlichungsdatum 2019-12-15
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler https://www.centurial.net
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.centurial.net
URL der Datenschutzrichtlinien-Seite https://www.centurial.net/privacy
Unterstützte Sprachen 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"
    }
}