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"
    }
}