Chatterbox

A p2p messaging application built on IPFS and libp2p

Chatterboxとは何ですか?

ChatterboxはAlan Shawによって開発されたChromeの拡張機能で、その主な機能は「A p2p messaging application built on IPFS and libp2p」です。

拡張機能のスクリーンショット

screenshot
screenshot

Chatterbox拡張機能のCRXファイルをダウンロード

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"
    ]
}