dokieli

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

Hvad er dokieli?

dokieli er en Chrome-udvidelse udviklet af https://dokie.li, og dens hovedfunktion er "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.".

Udvidelsesskærmbilleder

screenshot

Download dokieli-udvidelses-CRX-fil

Download dokieli-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn dokieli dokieli
ID ddmhaonbhodhgkaljpjlglodncddalid
Officiel URL https://chromewebstore.google.com/detail/dokieli/ddmhaonbhodhgkaljpjlglodncddalid
Beskrivelse dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.
Filstørrelse 548 KB
Antal Installationer 172
Nuværende Version 0.3.51
Senest Opdateret 2020-08-20
Udgivelsesdato 2020-04-22
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler https://dokie.li
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://dokie.li/
Hjælpeside-URL https://dokie.li/docs
Understøttede Sprog 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\/*"
    ]
}