Skip to content
This repository was archived by the owner on Jun 30, 2023. It is now read-only.

Commit 4387493

Browse files
committed
add readme
1 parent 8185467 commit 4387493

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Bing Chat for All Browsers
22

3-
- Enable Bing Chat for All Browsers!
4-
- [Template](https://github.com/chibat/chrome-extension-typescript-starter)
3+
Use this extension to enable Bing Chat on all browsers!
4+
5+
| Chrome | Firefox |
6+
| ----------------------------------------------- | ------------------------------------------------- |
7+
| ![Demo of Bing Chat on Chrome](misc/chrome.png) | ![Demo of Bing Chat on Firefox](misc/firefox.png) |

misc/chrome.png

182 KB
Loading

misc/firefox.png

273 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "webpack --config webpack/webpack.chrome.js & webpack --config webpack/webpack.firefox.js",
99
"clean": "rimraf dist",
1010
"test": "npx jest",
11-
"style": "prettier --write \"**/*.{ts,tsx,json,js,jsx,css,scss,html}\""
11+
"style": "prettier --write \"**/*.{ts,tsx,json,js,jsx,css,scss,html,md}\""
1212
},
1313
"author": "",
1414
"license": "MIT",

0 commit comments

Comments
 (0)