Chatterbox

A p2p messaging application built on IPFS and libp2p

ما هو Chatterbox؟

Chatterbox هو إضافة Chrome تم تطويرها بواسطة Alan Shaw، والميزة الرئيسية لها هي "A p2p messaging application built on IPFS and libp2p".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Chatterbox

قم بتنزيل ملفات الامتداد Chatterbox بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 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
عنوان صفحة المساعدة 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"
    ]
}