Chatterbox
A p2p messaging application built on IPFS and libp2p
Cos'è Chatterbox?
Chatterbox è un'estensione di Chrome sviluppata da Alan Shaw, e la sua funzione principale è "A p2p messaging application built on IPFS and libp2p".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chatterbox
Scarica i file di estensione Chatterbox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Chatterbox |
ID | ajomkahbmnpohccinnahekchplpfaejg |
URL Ufficiale | https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg |
Descrizione | A p2p messaging application built on IPFS and libp2p |
Dimensione del File | 2.94 MB |
Conteggio Installazioni | 40 |
Versione Corrente | 0.2.1 |
Ultimo Aggiornamento | 2019-11-11 |
Data di Pubblicazione | 2019-11-11 |
Sviluppatore | Alan Shaw |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/alanshaw/chatterbox-webext |
URL della Pagina di Aiuto | https://github.com/alanshaw/chatterbox-webext/issues |
Lingue Supportate | 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" ] } |