Chatterbox

A p2p messaging application built on IPFS and libp2p

Chatterboxคืออะไร?

Chatterbox เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alan Shaw และคุณลักษณะหลักของมันคือ "A p2p messaging application built on IPFS and libp2p"

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

screenshot
screenshot

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

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

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

                        Uses libp2p gossipsub to broadcast messages between connected peers. Messages are ephemeral so you can think of it as a cross between Twitter and Snapchat!

You can flag peers as friends so that messages from them are displayed as system notifications.                    

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

ชื่อ Chatterbox Chatterbox
ID ajomkahbmnpohccinnahekchplpfaejg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg
คำอธิบาย A p2p messaging application built on IPFS and libp2p
ขนาดไฟล์ 2.94 MB
จำนวนการติดตั้ง 40
เวอร์ชันปัจจุบัน 0.2.1
อัปเดตครั้งล่าสุด 2019-11-11
วันที่เผยแพร่ 2019-11-11
ผู้พัฒนา Alan Shaw
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/alanshaw/chatterbox-webext
URL หน้าช่วยเหลือ https://github.com/alanshaw/chatterbox-webext/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chatterbox",
    "description": "A p2p messaging application built on IPFS and libp2p",
    "version": "0.2.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "images\/icon.png"
    },
    "permissions": [
        "notifications"
    ]
}