Chatterbox

A p2p messaging application built on IPFS and libp2p

Chatterbox là gì?

Chatterbox là một tiện ích mở rộng Chrome được phát triển bởi Alan Shaw, và tính năng chính của nó là "A p2p messaging application built on IPFS and libp2p".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Chatterbox 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

                        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.                    

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

Tên Chatterbox Chatterbox
ID ajomkahbmnpohccinnahekchplpfaejg
URL Chính Thức https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg
Mô tả A p2p messaging application built on IPFS and libp2p
Kích Thước Tệp 2.94 MB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 0.2.1
Cập Nhật Lần Cuối 2019-11-11
Ngày Phát Hành 2019-11-11
Nhà Phát Triển Alan Shaw
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/alanshaw/chatterbox-webext
URL Trang Trợ Giúp https://github.com/alanshaw/chatterbox-webext/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}