Centurial

Saves web sites to Centurial as a source.

Centurial là gì?

Centurial là một tiện ích mở rộng Chrome được phát triển bởi https://www.centurial.net, và tính năng chính của nó là "Saves web sites to Centurial as a source.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Centurial

Tải xuống các tệp mở rộng Centurial dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Centurial Centurial
ID chmilimbepbckjmnfmbkngannlplhphk
URL Chính Thức https://chromewebstore.google.com/detail/centurial/chmilimbepbckjmnfmbkngannlplhphk
Mô tả Saves web sites to Centurial as a source.
Kích Thước Tệp 15.86 KB
Số Lần Cài Đặt 489
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2019-12-16
Ngày Phát Hành 2019-12-15
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.centurial.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.centurial.net
URL Trang Chính Sách Bảo Mật https://www.centurial.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}