Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 632 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 632 Bytes

Leetcode Code Format Extension

This is a Chrome Extension, which formats the code typed by the user on Leetcode platform.

Currently it supports only Python.

API for formatting python code is hosted via serverless functions on Vercel.

Build

Currently it is not available on Chrome Web Store. To unpack it locally, follow these steps:

  • Get the directory/repo on your local machine(git clone works).
  • Open Chrome Extensions
  • Switch the developer mode to be "on".
  • Click on Load Unpacked button, and select the directory.

Your extension has been successfully loaded.