docs: update readme
This commit is contained in:
parent
182ccc31dd
commit
70a7be0791
1 changed files with 13 additions and 0 deletions
13
README.md
13
README.md
|
@ -4,6 +4,8 @@
|
|||
|
||||
# WebChat
|
||||
|
||||
[![GitHub License](https://img.shields.io/github/license/molvqingtai/WebChat)](https://github.com/molvqingtai/WebChat/blob/master/LICENSE) [![Chrome Web Store Version](https://img.shields.io/chrome-web-store/v/cpaedhbidlpnbdfegakhiamfpndhjpgf)](https://chromewebstore.google.com/detail/webchat/cpaedhbidlpnbdfegakhiamfpndhjpgf) [![GitHub Release](https://img.shields.io/github/v/release/molvqingtai/WebChat)](https://github.com/molvqingtai/WebChat/releases)
|
||||
|
||||
> Chat with anyone on any website
|
||||
|
||||
This is an anonymous chat browser extension that is decentralized and serverless, utilizing WebRTC for end-to-end encrypted communication. It prioritizes privacy, with all data stored locally.
|
||||
|
@ -12,6 +14,17 @@ The aim is to add chat room functionality to any website, enabling real-time mes
|
|||
|
||||
### Install
|
||||
|
||||
**Install from Store**
|
||||
|
||||
<a href="https://chromewebstore.google.com/detail/webchat/cpaedhbidlpnbdfegakhiamfpndhjpgf" style="display:flex; gap: 10px; border:1px solid #ccc;">
|
||||
<img src="https://upload.wikimedia.org/wikipedia/commons/e/e1/Google_Chrome_icon_%28February_2022%29.svg" alt="Chrome Web Store" width="40"/>
|
||||
<span>Chrome Web Store</span>
|
||||
</a>
|
||||
|
||||
- <img src="https://www.google.com/chrome/static/images/chrome-logo.svg" width="30px"/> [Chrome Web Store](https://chromewebstore.google.com/detail/webchat/cpaedhbidlpnbdfegakhiamfpndhjpgf)
|
||||
|
||||
**Manual Installation**
|
||||
|
||||
1. Go to the GitHub repository ([Releases](https://github.com/molvqingtai/WebChat/releases))
|
||||
2. Click on the "Assets" button and select "web-chat-\*.zip"
|
||||
3. Extract the ZIP file to a folder on your computer
|
||||
|
|
Loading…
Reference in a new issue