D-Chat
Decentralized chat on the NKN blockchain.
D-Chat란 무엇입니까?
D-Chat은(는) NKN에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Decentralized chat on the NKN blockchain."입니다.
확장 프로그램 스크린샷
D-Chat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Decentralized chat. WEB version: https://losnappas.gitlab.io/d-chat/#/ Features: * Free * Visual and audio message notifications * Locally stored message histories, no cloud involved * Chat rooms * Private messaging * No registration * End-to-end encryption * Offline messaging * Image/video/audio uploads * Decentralized with over 10k nodes (https://explorer.nknx.org/) Permissions: - storage: We need to save your chats, and your profile, in local storage. It doesn't leave your browser. Optional permissions: - notifications: We need this for when you receive messages. Source code: https://gitlab.com/losnappas/d-chat
확장 프로그램 기본 정보
이름 | D-Chat |
ID | glnmkakdjcognfgonjfcklpmjiobijii |
공식 URL | https://chromewebstore.google.com/detail/d-chat/glnmkakdjcognfgonjfcklpmjiobijii |
설명 | Decentralized chat on the NKN blockchain. |
파일 크기 | 3.69 MB |
설치 횟수 | 240 |
현재 버전 | 6.3.0 |
최근 업데이트 | 2023-11-25 |
출시 날짜 | 2020-05-21 |
평점 | 5.00/5 총 6 개의 평점 |
개발자 | NKN |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://gitlab.com/losnappas/d-chat/ |
도움말 페이지 URL | https://gitlab.com/losnappas/d-chat/-/issues |
개인정보 보호 정책 페이지 URL | https://nmobile.nkn.org/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "6.3.0", "manifest_version": 2, "name": "__MSG_extensionName__", "short_name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "author": "losnappas", "background": { "page": ".\/background.html" }, "browser_action": { "default_icon": "img\/NKN_D-chat_blue-64cropped.png", "default_popup": ".\/popup.html", "theme_icons": [ { "dark": "img\/NKN_D-chat_blue-64cropped.png", "light": "img\/NKN_D-chat_white-64cropped.png", "size": 32 } ] }, "permissions": [ "storage" ], "optional_permissions": [ "notifications" ], "sidebar_action": { "default_title": "__MSG_extensionName__", "default_panel": ".\/index.html", "open_at_install": false, "default_icon": "img\/NKN_D-chat_blue-64cropped.png" }, "icons": { "16": "img\/NKN_D-chat_blue-16.png", "64": "img\/NKN_D-chat_blue-64cropped.png", "128": "img\/NKN_DCHAT-128-128-border16.png" }, "browser_specific_settings": { "gecko": { "id": "dchat@losnappas" } }, "options_ui": { "page": ".\/options.html", "open_in_tab": true } } |