https://github.com/shuzijun/leetcode-editor-extension
https://github.com/shuzijun/leetcode-editor-extension
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shuzijun/leetcode-editor-extension
- Owner: shuzijun
- Created: 2022-10-16T08:23:28.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-01T11:49:31.000Z (almost 3 years ago)
- Last Synced: 2024-04-14T04:52:13.228Z (over 1 year ago)
- Language: TypeScript
- Size: 550 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leetcode Editoe Extension
- [English Document](#Installation)
- [中文文档](README_ZH.md)The Chrmoe plug-in for [Leetcode Editor](https://github.com/shuzijun/leetcode-editor) provides jumping from Leetcode web pages to the IDE editor.
## Installation
1. Install from the Chrome Store [link](https://chrome.google.com/webstore/detail/leetcode-editor-extension/kikcppmgphhkffcdhldclbidggbieegc)
2. Download the file to install## How to use
1. The [Jetbrains Toolbox App](https://www.jetbrains.com/toolbox-app/) must be installed, and jumping to the IDE from the browser needs to rely on the protocol provided by this application.
2. Install the [Leetcode Editor](https://github.com/shuzijun/leetcode-editor) plugin.
3. Install this plugin and configure it on the selection page.
4. Open the leetcode web page and click the icon to open the editor.
## develop
This plugin uses [plasmo](https://github.com/PlasmoHQ/plasmo), please refer to plasmo for related development methods