Centurial

Saves web sites to Centurial as a source.

Τι είναι το Centurial;

Το Centurial είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.centurial.net, και η κύρια λειτουργία του είναι "Saves web sites to Centurial as a source.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Centurial

Λήψη αρχείων επέκτασης Centurial σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Centurial Centurial
ID chmilimbepbckjmnfmbkngannlplhphk
Επίσημο URL https://chromewebstore.google.com/detail/centurial/chmilimbepbckjmnfmbkngannlplhphk
Περιγραφή Saves web sites to Centurial as a source.
Μέγεθος Αρχείου 15.86 KB
Αριθμός Εγκαταστάσεων 489
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2019-12-16
Ημερομηνία Δημοσίευσης 2019-12-15
Αξιολόγηση 4.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής https://www.centurial.net
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.centurial.net
URL της Σελίδας Πολιτικής Απορρήτου https://www.centurial.net/privacy
Υποστηριζόμενες Γλώσσες 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"
    }
}