Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/buikhacnam/leetcode-assistant-chrome-extension
A Chrome Extension makes your Leetcode journey easier!
https://github.com/buikhacnam/leetcode-assistant-chrome-extension
chrome chrome-extension leetcode leetcode-solutions
Last synced: about 2 hours ago
JSON representation
A Chrome Extension makes your Leetcode journey easier!
- Host: GitHub
- URL: https://github.com/buikhacnam/leetcode-assistant-chrome-extension
- Owner: buikhacnam
- License: mit
- Created: 2023-08-30T03:27:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T06:55:26.000Z (about 1 year ago)
- Last Synced: 2023-08-31T07:59:54.790Z (about 1 year ago)
- Topics: chrome, chrome-extension, leetcode, leetcode-solutions
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/leetcode-assistant/nbeehcepchjjlajedbfbjcfdmgcoioja
- Size: 630 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Leetcode Assistant Chrome Extension
The LeetCode Assistant Chrome Extension enhances your experience on the LeetCode website by providing convenient tools to manage and track your problem-solving journey.
This extension makes use of [Algonotebook](https://github.com/buikhacnam/algo-notebook)
## Installation
Download the extension in [Chrome Web Store]('https://chrome.google.com/webstore/detail/leetcode-assistant/nbeehcepchjjlajedbfbjcfdmgcoioja') page:
https://chrome.google.com/webstore/detail/leetcode-assistant/nbeehcepchjjlajedbfbjcfdmgcoioja
## Features
- Automatically generates a "View Solution" link for LeetCode problems, allowing you to quickly access solutions in different languages.
- Saves visited LeetCode problem links for easy access and reference.
- Opens solution links in popup windows for a distraction-free reading experience.
- User-friendly interface for easy navigation and interaction.## Run Locally
1. Clone the repository:
```bash
git clone https://github.com/yourusername/leetcode-assistant-chrome-extension.git
```
2. Open the Extension Management page by navigating to `chrome://extensions`.
3. Enable Developer Mode by clicking the toggle switch next to **Developer mode**.
4. Click the **LOAD UNPACKED** button and select the extension directory.
## LicenseThis project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.