NebuloChat

A P2P crypto chat using WebRTC and connecting viewers of a same webpage.

NebuloChat란 무엇입니까?

NebuloChat은(는) DarkCenobyte에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A P2P crypto chat using WebRTC and connecting viewers of a same webpage."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

NebuloChat 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Nebulo isn't yet another IRC client. Thanks to the WebRTC technology, when you use it to chat with someone else, your messages aren’t sent to a centralized server but rather sent directly to the recipients, or at worst sent (but first encrypted) via a TURN server.
It's like P2P, but only with instant messages.

The channel-system is managed to connect you with other viewers of the active webpage in your browser. 

Nebulo can be setting to work with other signaling system, you can select authorized STUN and TURN servers at the options page, ...

Default signal server will be shutdown at the end of October 2015, so you must be prepared to use your own signal server after this date. A tutorial to do this is now linked in the option page.                    

확장 프로그램 기본 정보

이름 NebuloChat NebuloChat
ID jeodjhmdnogknckkcgjiiiocgifhikgh
공식 URL https://chromewebstore.google.com/detail/nebulochat/jeodjhmdnogknckkcgjiiiocgifhikgh
설명 A P2P crypto chat using WebRTC and connecting viewers of a same webpage.
파일 크기 84.26 KB
설치 횟수 12
현재 버전 1.0.4
최근 업데이트 2015-10-12
출시 날짜 2015-10-12
개발자 DarkCenobyte
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NebuloChat",
    "short_name": "Nebulo",
    "version": "1.0.4",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "storage"
    ],
    "description": "A P2P crypto chat using WebRTC and connecting viewers of a same webpage.",
    "browser_action": {
        "default_title": "NebuloChat",
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_popup": "popup.html"
    }
}