Chatterbox
A p2p messaging application built on IPFS and libp2p
Chatterbox क्या है?
Chatterbox Alan Shaw द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A p2p messaging application built on IPFS and libp2p"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Chatterbox एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | Chatterbox |
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" ] } |