Centurial

Saves web sites to Centurial as a source.

什麼是Centurial?

Centurial是由https://www.centurial.net開發的Chrome擴展程式,該擴展的主要功能是“Saves web sites to Centurial as a source.”。

擴展截圖

screenshot

下載Centurial擴展crx文件

下載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
官方網址 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"
    }
}