Skip to content

Commit 6f44736

Browse files
authored
Merge pull request #151 from qunash/main
update README.md
2 parents 0386255 + efc097e commit 6f44736

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[link-chrome]: https://chrome.google.com/webstore/detail/chatgpt-advanced/lpfemeioodjbpieminkklglpmhlngfcn 'Chrome Web Store'
2-
[link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/web-chatgpt/ 'Firefox Addons'
3-
2+
[link-firefox]: https://addons.mozilla.org/en-US/firefox/addon/web-chatgpt/ 'Firefox Add-ons'
3+
[link-edge]: https://microsoftedge.microsoft.com/addons/detail/arxivutils/flahobhjikkpnpohomeckhdjjkkkkmoc/ 'Edge Add-ons'
44

55
<div align="center">
66
<h1>WebChatGPT</h1>
@@ -16,20 +16,23 @@ This browser extension `adds web access` capability to [ChatGPT](https://chat.op
1616

1717
<br>
1818

19-
[<img src="https://user-images.githubusercontent.com/3750161/214147732-c75e96a4-48a4-4b64-b407-c2402e899a75.PNG" height="67" alt="Chrome" valign="middle">][link-chrome] [<img src="https://user-images.githubusercontent.com/3750161/214148610-acdef778-753e-470e-8765-6cc97bca85ed.png" height="67" alt="Firefox" valign="middle">][link-firefox]
19+
[<img src="https://user-images.githubusercontent.com/3750161/214147732-c75e96a4-48a4-4b64-b407-c2402e899a75.PNG" height="67" alt="Chrome" valign="middle">][link-chrome] [<img src="https://user-images.githubusercontent.com/3750161/214148610-acdef778-753e-470e-8765-6cc97bca85ed.png" height="67" alt="Firefox" valign="middle">][link-firefox] [<img src="https://user-images.githubusercontent.com/3750161/233201810-d1026855-0482-44c8-b1ec-c7247134473e.png" height="67" alt="Chrome" valign="middle">][link-edge]
20+
2021

2122
[<img valign="middle" src="https://img.shields.io/chrome-web-store/v/lpfemeioodjbpieminkklglpmhlngfcn.svg">][link-chrome] [<img valign="middle" alt="Chrome Web Store" src="https://img.shields.io/chrome-web-store/users/lpfemeioodjbpieminkklglpmhlngfcn?color=blue">][link-chrome]
2223
<br>
2324
[<img valign="middle" src="https://img.shields.io/amo/v/web-chatgpt">][link-firefox]
2425
[<img valign="middle" alt="Mozilla Add-on" src="https://img.shields.io/amo/users/web-chatgpt">][link-firefox]
26+
<br>
27+
[<img valign="middle" src="https://img.shields.io/badge/dynamic/json?label=edge%20add-on&prefix=v&query=%24.version&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fflahobhjikkpnpohomeckhdjjkkkkmoc">][link-edge]
28+
[<img valign="middle" alt="Edge Add-on" src="https://img.shields.io/badge/dynamic/json?label=users&query=%24.activeInstallCount&url=https%3A%2F%2Fmicrosoftedge.microsoft.com%2Faddons%2Fgetproductdetailsbycrxid%2Fflahobhjikkpnpohomeckhdjjkkkkmoc">][link-edge]
2529
</div>
2630
<br>
2731

2832
https://user-images.githubusercontent.com/3750161/214155508-5c1ad4d8-b565-4fe0-9ce7-e68aed11e73d.mp4
2933

3034

31-
<details>
32-
<summary><h2>Manual installation</h2></summary>
35+
## Manual installation
3336

3437
ℹ️ Don't forget to disable the extension installed from the Web Store while you're testing manually installed version.
3538

@@ -56,16 +59,14 @@ https://user-images.githubusercontent.com/3750161/214155508-5c1ad4d8-b565-4fe0-9
5659
5. Firefox will prompt you to confirm the installation of the addon. Click Install.
5760
6. The addon will be installed and will appear in the list of installed addons on the Add-ons page.
5861
7. Go to [ChatGPT](https://chat.openai.com/chat/) and enjoy!
59-
</details>
6062

61-
<details>
62-
<summary><h2>Build from source</h2></summary>
63+
64+
## Build from source
6365

6466
1. `git clone https://github.com/qunash/chatgpt-advanced.git`
6567
2. `npm install`
6668
3. `npm run build-prod`
6769
4. Grab your zip extension from `build/` folder
68-
</details>
6970

7071
<br>
7172

0 commit comments

Comments
 (0)