Skip to content

Commit 68a8ad3

Browse files
committed
chrome badge links to extension, add overview at the top, smaller header sizes
1 parent 3fad89f commit 68a8ad3

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

README.md

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,21 @@
44
![version](https://img.shields.io/badge/version-2.0.2-blue)
55
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
66

7-
![Badge](src/assets/images/badge.png)
7+
[![Badge](src/assets/images/badge.png)](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe)
88

9+
Adds video solutions, company tags, and GPT code analysis into each Leetcode problem
910

10-
Adds video solutions, company tags, and GPT code analysis into each problem page.
11+
### 4 🔥 Features
1112

12-
Free, open-source chrome extension that enhances your Leetcoding experience. You can install it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe).
13+
1️⃣ Adds the top 5 youtube solution videos into each problem
1314

14-
## Features
15+
2️⃣ Adds the top 5 companies that ask each problem
1516

16-
1. Watch the top 5 solution videos directly inside each problem's Solutions tab.
17-
2. Adds the top 5 company tags for each question.
18-
3. (Optional) Hide the examples and edge cases to simulate real interview scenarios.
19-
4. (Requires Login) Get your code's time and space complexity.
20-
5. (Requires Login) Fix bugs in your code & generate the optimal solution.
17+
3️⃣ Reads your code and tells you the time and space complexity
2118

22-
## Installation
19+
4️⃣ Reads your code, fixes any bugs, and returns the corrected solution
20+
21+
### Installation
2322

2423
You can install the extension directly from the [Chrome Web Store](https://chrome.google.com/webstore/detail/leetcode-explained/cofoinjfjcpgcjiinjhcpomcjoalijbe).
2524

@@ -32,13 +31,13 @@ Alternatively, you can manually install the extension:
3231
5. Click on "Load unpacked" and navigate to the unzipped extension directory, then click "Select".
3332
6. Pin the extension. You should now see the extension icon next to the address bar.
3433

35-
## Screenshots
34+
### Screenshots
3635

3736
![Add Video](src/assets/images/screenshots/add-video.png)
3837
![Code Complexity](src/assets/images/screenshots/get-complexity.png)
3938
![Fix Code](src/assets/images/screenshots/fix-code.png)
4039

41-
## Tutorial
40+
### Tutorial
4241

4342
After enabling the extension, each question will automatically have the [top 5 solution videos](https://leetcode.com/problems/two-sum/solutions/) and [top 5 companies](https://leetcode.com/problems/two-sum/description/). If you pin the extension in the toolbar & login into ChatGPT in your browser, you can use the following 2 GPT buttons:
4443

@@ -47,23 +46,23 @@ After enabling the extension, each question will automatically have the [top 5 s
4746

4847
Please ensure your Leetcode solution is open so the extension can read your code from the page.
4948

50-
## Contributing
49+
### Contributing
5150

5251
We welcome contributions! Please see the [CONTRIBUTING.md](docs/CONTRIBUTING.md) for details on how to contribute to the project.
5352

54-
## Code of Conduct
53+
### Code of Conduct
5554

5655
We aim to foster an inclusive and respectful environment. Please read the [CODE_OF_CONDUCT.md](docs/CODE_OF_CONDUCT.md) for more information.
5756

58-
## License
57+
### License
5958

6059
Leetcode Explained is [MIT licensed](docs/LICENSE).
6160

62-
## Support
61+
### Support
6362

6463
If you encounter any issues or have any questions, please open an issue on this repository.
6564

66-
## Privacy
65+
### Privacy
6766

6867
This extension doesn't collect any personal data. All the code analysis and generation happens on your local machine.
6968

0 commit comments

Comments
 (0)