dokieli

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

dokieliคืออะไร?

dokieli เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dokie.li และคุณลักษณะหลักของมันคือ "dokieli is a clientside editor for decentralised article publishing, annotations and social interactions."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย dokieli

ดาวน์โหลดไฟล์ส่วนขยาย dokieli ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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