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.
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.