An open API service indexing awesome lists of open source software.

https://github.com/shuzijun/leetcode-editor-extension


https://github.com/shuzijun/leetcode-editor-extension

Last synced: 7 months ago
JSON representation

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.
![page](doc/page.png)

## develop

This plugin uses [plasmo](https://github.com/PlasmoHQ/plasmo), please refer to plasmo for related development methods