Discussify

Discuss the web

Discussifyคืออะไร?

Discussify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย moxystudio และคุณลักษณะหลักของมันคือ "Discuss the web"

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Unlock a fully decentralized layer of discussion on any website.

Built on IPFS, Discussify provides a real-time, peer to peer, and permanent discussion platform for anyone to join and participate.


Feature Highlight:

— Real-time discussion with peers.
— Edit and remove your messages.
— Sub-thread discussions.
— Authentication via uPort.


Disclaimer:

This is a "POC phase 1" release (https://github.com/ipfs-shipyard/pm-discussify#roadmap), with the goal of gathering feedback from the community and improving the overall user experience.

Feel free to provide feedback here on the store, or on Github: https://github.com/ipfs-shipyard/pm-discussify/issues

Discussions are discarded in this stage, so feel free to try and comment as much as you like, but keep in mind that updates will typically clear any previous conversations. You can manually install previous versions to access any old discussions, if you must (https://github.com/ipfs-shipyard/pm-discussify#installing).

Discussions are also only persisted in peers, the people who have previously seen the discussion, meaning that the discussion is only online if at least one of these peers is online. This handicap will be addressed on the MVP milestone (https://github.com/ipfs-shipyard/pm-discussify#mvp).

The codebase hasn't been audited by security specialists and it shouldn't be used to store, share or publish sensitive information.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Discussify Discussify
ID bfmnjjkobeboejeocbompgljbiafbgcc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/discussify/bfmnjjkobeboejeocbompgljbiafbgcc
คำอธิบาย Discuss the web
ขนาดไฟล์ 4.52 MB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 0.0.2
อัปเดตครั้งล่าสุด 2019-02-27
วันที่เผยแพร่ 2019-02-21
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา moxystudio
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Discussify",
    "short_name": "Discussify",
    "description": "Discuss the web",
    "version": "0.0.2",
    "homepage_url": "https:\/\/discussify.io\/",
    "permissions": [
        "",
        "storage",
        "tabs",
        "contextMenus"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "Discussify",
        "default_icon": {
            "32": "icons\/discussify-gray.png"
        }
    },
    "background": {
        "persistent": true,
        "scripts": [
            "build\/background.js"
        ]
    },
    "web_accessible_resources": [
        "build\/*",
        "icons\/*",
        "*.html"
    ]
}