Skip to content

Commit 3657563

Browse files
committed
[v1.0.5] README/ChangeLog Updated
1 parent c1ee06a commit 3657563

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Find all the change history listed below
2+
3+
**[08/05/2023]**
4+
- **v1.0.4** Published extension on Google Chrome web store.
5+
- **v1.0.4** Published extension on Microsoft Edge extension store.
6+
- User Privacy Policy added.
7+
8+
**[28/03/2023]**
9+
- [*New Feature*] Searching feature added for filtering out problems specific to a company.
10+
- [*New Feature*] Implemented showing only a specific number of problems in the search page.
11+
- **v1.0.4** Published.
12+
- Updated for Mozilla firefox browser.
13+
- Updated for Google Chrome browser.
14+
- Updated this extension on Firefox Add On store.
15+
16+
**[28/01/2023]**
17+
- Published this extension on Firefox Add On store.
18+
- Updated github packages for Chrome browser.

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LeetCode Which Company
1+
# CrackTech - Find LeetCode Company Tags
22

33
## This extension gives you the information of the companies who asked a certain question in the technical interview.
44
Are you preparing for your technical interviews? Are you looking for the question asked by companies like Microsoft, Google, Meta, Apple, etc.? Then this extension gives you what you are looking for.
@@ -15,7 +15,7 @@ Install this extension/add-on and boost your prep. Wishing you all the very best
1515
- Regular updates on company information.
1616
- Company based problem list at a glance.
1717
- A pop-up window extension. No garbage, just the content you needed.
18-
- Flexible to LeetCode UI changes.
18+
- Flexible to LeetCode UI changes. So no downtime on your preparation.
1919
- No data collection.
2020

2121
------
@@ -26,17 +26,19 @@ Install this extension/add-on and boost your prep. Wishing you all the very best
2626
</a></center>
2727
<br><br>
2828

29-
### **1. Activate on Google Chrome browser**
29+
### **1. Chrome WebStore**
3030

3131
- ## Install the extension from Chrome Web Store - https://chrome.google.com/webstore/detail/leetcode-which-company/fmbicfmfmangckllfaomfkhdankgapfk
3232
----
3333
<br><br>
34-
### **2. Activate on Mozila Firefox browser**
34+
35+
### **2. Firefox AddOn Store**
3536

3637
- ## Install the add-on from firefox add-on store - https://addons.mozilla.org/en-US/firefox/addon/leetcode-for-company/
3738
---
3839
<br><br>
39-
### **3. Activate on Microsoft Edge browser**
40+
41+
### **3. MS Edge Store**
4042

4143
- ## Install the extension from - https://microsoftedge.microsoft.com/addons/detail/leetcode-which-company/aknogcjbpnfdmmnlphmkpcldbepblapf
4244

@@ -47,17 +49,15 @@ When solving a problem if you click on the ![icon](chrome/res/32.png) from the *
4749
a. If the extension is able find the `Company Names` for the leetcode problem on the current window then it will show as follows -
4850
![found](chrome/res/showing_value_ui.png)
4951

50-
**💥 NEW FEATURE 💥**
51-
- Once you click on the **[Complete List]** button it will open up a page where you can see all the problems available in our storage with company names are listed as follows - <img src = "chrome/res/complete_list.png">
52-
52+
**💥 NEW FEATURE 💥**
53+
54+
- Once you click on the **[Complete List]** button it will open up a page where you can see all the problems available in our storage with company names are listed as follows - <img src = "chrome/res/complete_list.png">
5355

54-
b. If the extension is not able to find the `Company Names` for the leetcode problem on the current window or if the current window is not a leetcode problem then it will show as follows -
55-
![not found](chrome/res/showing_not_found_ui.png)
5656

57+
b. If the extension is not able to find the `Company Names` for the leetcode problem on the current window or if the current window is not a leetcode problem then it will show a **Problem Not Found** message.
5758

5859

59-
c. If the extension is clicked on a `non-leetcode` site then it will show as follows -
60-
![not found](chrome/res/showing_non_lc_ui.png)
60+
c. If the extension is clicked on a `non-leetcode` site then it will show a **Not a LeetCode Site** message.
6161

6262

6363
-----

0 commit comments

Comments
 (0)