dokieli

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

Was ist dokieli?

dokieli ist eine Chrome-Erweiterung, die von https://dokie.li entwickelt wurde, und ihr Hauptmerkmal ist "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.".

Erweiterungsscreenshots

screenshot

dokieli-Erweiterungs-CRX-Datei herunterladen

Laden Sie dokieli-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name dokieli dokieli
ID ddmhaonbhodhgkaljpjlglodncddalid
Offizielle URL https://chromewebstore.google.com/detail/dokieli/ddmhaonbhodhgkaljpjlglodncddalid
Beschreibung dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.
Dateigröße 548 KB
Installationsanzahl 172
Aktuelle Version 0.3.51
Letztes Update 2020-08-20
Veröffentlichungsdatum 2020-04-22
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://dokie.li
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://dokie.li/
Hilfeseite URL https://dokie.li/docs
Unterstützte Sprachen 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\/*"
    ]
}