Chatterbox
A p2p messaging application built on IPFS and libp2p
Что такое Chatterbox?
Chatterbox - это расширение Chrome, разработанное Alan Shaw, и его основная функция - "A p2p messaging application built on IPFS and libp2p".
Снимки экрана расширения
Скачать файл CRX расширения Chatterbox
Скачайте файлы расширений 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.
Основная информация о расширении
Название | 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" ] } |