Skip to content

Commit

Permalink
add download links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Siprell committed Nov 11, 2017
1 parent 98f1d61 commit b450a1f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@

Browser WebSocket Client is an extension for Chrome and Firefox that provides a simple method for testing a WebSocket server. It allows you to send and receive raw JSON messages as well as save server URLs and messages for later use.

### TODO
- Add installation URL for Firefox

### Browser Installation

Chrome: [browser-websocket-client](https://chrome.google.com/webstore/detail/browser-websocket-client/mdmlhchldhfnfnkfmljgeinlffmdgkjo)
Chrome: [https://chrome.google.com/webstore/detail/browser-websocket-client/mdmlhchldhfnfnkfmljgeinlffmdgkjo](https://chrome.google.com/webstore/detail/browser-websocket-client/mdmlhchldhfnfnkfmljgeinlffmdgkjo)

Firefox: []()
Firefox: [https://addons.mozilla.org/en-US/firefox/addon/browser-websocket-client/](https://addons.mozilla.org/en-US/firefox/addon/browser-websocket-client/)

After installing look for the icon in the toolbar:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "browser-websocket-client",
"version": "1.0.0",
"version": "1.0.1",
"description": "Connect to a WebSocket server to send and receive raw JSON messages.",
"license": "Apache-2.0",
"author": "Ken Siprell",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest/common.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Browser WebSocket Client",
"manifest_version": 2,
"version": "1.0.0",
"version": "1.0.1",
"description": "Connect to a WebSocket server to send and receive raw JSON messages.",
"icons": {
"16": "icon_016.png",
Expand Down

0 comments on commit b450a1f

Please sign in to comment.