Chatterbox

A p2p messaging application built on IPFS and libp2p

Co to jest Chatterbox?

Chatterbox to rozszerzenie Chrome opracowane przez Alan Shaw, a jego główną funkcją jest „A p2p messaging application built on IPFS and libp2p”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Chatterbox

Pobierz pliki rozszerzeń Chatterbox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chatterbox Chatterbox
ID ajomkahbmnpohccinnahekchplpfaejg
Oficjalny URL https://chromewebstore.google.com/detail/chatterbox/ajomkahbmnpohccinnahekchplpfaejg
Opis A p2p messaging application built on IPFS and libp2p
Rozmiar pliku 2.94 MB
Liczba instalacji 40
Aktualna Wersja 0.2.1
Ostatnia Aktualizacja 2019-11-11
Data Publikacji 2019-11-11
Deweloper Alan Shaw
Typ Płatności free
Strona Rozszerzenia https://github.com/alanshaw/chatterbox-webext
Adres URL Strony Pomocy https://github.com/alanshaw/chatterbox-webext/issues
Obsługiwane Języki 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"
    ]
}