Chatterbox
A p2p messaging application built on IPFS and libp2p
什麼是Chatterbox?
Chatterbox是由Alan Shaw開發的Chrome擴展程式,該擴展的主要功能是“A p2p messaging application built on IPFS and libp2p”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | ajomkahbmnpohccinnahekchplpfaejg |
| 官方網址 | 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"
]
} | |