dokieli

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

What is dokieli?

dokieli is a Chrome extension developed by https://dokie.li, and its main feature is "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.".

Extension Screenshots

screenshot

Download dokieli Extension CRX File

Download dokieli extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name dokieli dokieli
ID ddmhaonbhodhgkaljpjlglodncddalid
Official URL https://chromewebstore.google.com/detail/dokieli/ddmhaonbhodhgkaljpjlglodncddalid
Description dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.
File Size 548 KB
Installation Count 172
Current Version 0.3.51
Last Updated 2020-08-20
Publish Date 2020-04-22
Rating 5.00/5 Total 3 Ratings
Developer https://dokie.li
Email [email protected]
Payment Type free
Extension Website https://dokie.li/
Help Page URL https://dokie.li/docs
Supported Languages 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\/*"
    ]
}