varun-s22 / My-Leetcode

Simple Google Chrome Extension for formatting code written on LeetCode Platform

Home Page:leetcode-code-formatter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Simple Google Chrome Extension for formatting code written on LeetCode Platform

leetcode-code-formatter.vercel.app


Languages

Language:JavaScript 87.2%Language:Python 12.8%