Chatterbox
A p2p messaging application built on IPFS and libp2p
Wat is Chatterbox?
Chatterbox is een Chrome-extensie ontwikkeld door Alan Shaw, en de belangrijkste functie is "A p2p messaging application built on IPFS and libp2p".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatterbox
Download Chatterbox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Chatterbox |
ID | ajomkahbmnpohccinnahekchplpfaejg |
Officiële URL | https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg |
Beschrijving | A p2p messaging application built on IPFS and libp2p |
Bestandsgrootte | 2.94 MB |
Aantal Installaties | 40 |
Huidige Versie | 0.2.1 |
Laatst Bijgewerkt | 2019-11-11 |
Publicatiedatum | 2019-11-11 |
Ontwikkelaar | Alan Shaw |
Betalingswijze | free |
Extensiewebsite | https://github.com/alanshaw/chatterbox-webext |
Help Pagina-URL | https://github.com/alanshaw/chatterbox-webext/issues |
Ondersteunde Talen | 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" ] } |