dokieli

dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.

Что такое dokieli?

dokieli - это расширение Chrome, разработанное https://dokie.li, и его основная функция - "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения dokieli

Скачайте файлы расширений dokieli в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        dokieli is a decentralised article authoring, annotation, and social notification tool launched from Web browsers. It is built with the following principles in mind: autonomy and universal access to information.

dokieli is the creation of a team of collaborators: https://github.com/linkeddata/dokieli#contributors

Screencasts:

[1] Annotation: http://dokie.li/media/video/dokieli-annotation.webm

[2] Sharing: http://dokie.li/media/video/dokieli-share.webm

Links:

[1] Project: https://dokie.li/

[2] Source: https://github.com/linkeddata/dokieli                    

Основная информация о расширении

Название dokieli dokieli
ID ddmhaonbhodhgkaljpjlglodncddalid
Официальный URL https://chromewebstore.google.com/detail/dokieli/ddmhaonbhodhgkaljpjlglodncddalid
Описание dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.
Размер файла 548 KB
Количество установок 172
Текущая Версия 0.3.51
Последнее Обновление 2020-08-20
Дата публикации 2020-04-22
Рейтинг 5.00/5 Всего 3 оценок
Разработчик https://dokie.li
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://dokie.li/
URL страницы помощи https://dokie.li/docs
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "dokieli",
    "short_name": "dokieli",
    "description": "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.",
    "author": "dokieli Team",
    "homepage_url": "https:\/\/dokie.li\/",
    "version": "0.3.51",
    "manifest_version": 2,
    "minimum_chrome_version": "18",
    "icons": {
        "16": "media\/images\/logo.png",
        "48": "media\/images\/logo.png",
        "128": "media\/images\/logo.png"
    },
    "browser_action": {
        "default_icon": "media\/images\/logo.png",
        "default_title": "Activate dokieli"
    },
    "background": {
        "scripts": [
            "extension-background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "scripts\/dokieli.js",
                "extension-content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "management",
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "media\/css\/*"
    ]
}