By: Swadesh Gupta Add-on
Inspect and view changes in Swadesh Code Analyzer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Swadesh Code Analyzer",
"version": "2.0.0",
"description": "AI-powered code complexity analyzer for competitive programming. Analyze time and space complexity, identify bottlenecks, and get optimization suggestions using Groq AI.",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"https://api.groq.com/*"
],
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"content_scripts": [
{
"matches": [
"https://leetcode.com/problems/*",
"https://codeforces.com/problemset/problem/*/*",
"https://codeforces.com/contest/*/problem/*"
],
"js": [
"content.js"
],
"css": [
"content.css"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"id": "swadesh-code-analyzer@local.dev",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"none"
]
}
}
},
"icons": {
"16": "icons/image16.png",
"48": "icons/image48.png",
"128": "icons/image128.png"
}
} Best Swadesh Code Analyzer Alternatives
Here are some Firefox add-ons that are similar to Swadesh Code Analyzer:
Code Analyzer
Abhishek
Codeforces Submission Analyzer
Milan
Free LeetCode TC Analyzer
Swan
AI-powered Code Review AS
Grean Duoa
GFG Sarthi
Nikhil Sah
CodeWise - Optimise code for Developers
bennie
Cluvera - Ethical CP Hint Assistant
Dharun Kaarthick
Coding IA Solver Pro
Coding IA Solver Pro
DevBooster - AI Coding Buddy
Promotino Ltd.
Code With Ai
Munna Verma
CPGPT
Singularity Labs
CHESSOLVE
Chessolve