By: Madhur Ahuja Add-on
Inspect and view changes in LeetCode format source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"name": "Leetcode format",
"version": "1.0",
"manifest_version": 2,
"description": "Adds Format code button on leetcode to format the code using Prettier code formatter",
"homepage_url": "https://madhur.co.in",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https://*.leetcode.com/*"
]
}
],
"web_accessible_resources": [
"standalone.js",
"parser-babel.mjs",
"parser-typescript.mjs",
"parser-java.js",
"script.js"
]
} Best LeetCode format Alternatives
Here are some Firefox add-ons that are similar to LeetCode format:
Code Formatter
sparkle_64
Format with Prettier
Lenz Weber-Tronic
Prettier Now
ntnyq
Toggle LeetCode Syntax Highlighting
jacamera
Enhancer for Leetcode
Shub
Pro Debug
Jordan Rodriguez
Boost Performance
Taylor Martinez
LC Contest Helper
Sayan Bakshi
Code Highlighter
fides
Code Fmt
Eadwulf
Dev Helper code
betonline
Leetcode Enhancer
Lovesh Dongre