Chatterbox
A p2p messaging application built on IPFS and libp2p
Was ist Chatterbox?
Chatterbox ist eine Chrome-Erweiterung, die von Alan Shaw entwickelt wurde, und ihr Hauptmerkmal ist "A p2p messaging application built on IPFS and libp2p".
Erweiterungsscreenshots
Chatterbox-Erweiterungs-CRX-Datei herunterladen
Laden Sie Chatterbox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Chatterbox |
ID | ajomkahbmnpohccinnahekchplpfaejg |
Offizielle URL | https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg |
Beschreibung | A p2p messaging application built on IPFS and libp2p |
Dateigröße | 2.94 MB |
Installationsanzahl | 40 |
Aktuelle Version | 0.2.1 |
Letztes Update | 2019-11-11 |
Veröffentlichungsdatum | 2019-11-11 |
Entwickler | Alan Shaw |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/alanshaw/chatterbox-webext |
Hilfeseite URL | https://github.com/alanshaw/chatterbox-webext/issues |
Unterstützte Sprachen | 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" ] } |