dokieli

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

dokieli là gì?

dokieli là một tiện ích mở rộng Chrome được phát triển bởi https://dokie.li, và tính năng chính của nó là "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng dokieli

Tải xuống các tệp mở rộng dokieli dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên dokieli dokieli
ID ddmhaonbhodhgkaljpjlglodncddalid
URL Chính Thức https://chromewebstore.google.com/detail/dokieli/ddmhaonbhodhgkaljpjlglodncddalid
Mô tả dokieli is a clientside editor for decentralised article publishing, annotations and social interactions.
Kích Thước Tệp 548 KB
Số Lần Cài Đặt 172
Phiên Bản Hiện Tại 0.3.51
Cập Nhật Lần Cuối 2020-08-20
Ngày Phát Hành 2020-04-22
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://dokie.li
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://dokie.li/
URL Trang Trợ Giúp https://dokie.li/docs
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}