dokieli

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

dokieli란 무엇입니까?

dokieli은(는) https://dokie.li에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions."입니다.

확장 프로그램 스크린샷

screenshot

dokieli 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}