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