Features • Installation • Usage • Screenshots • Support
- Real-time Analysis: Get instant complexity insights for your solutions
- AI-Powered: Leverages Google Gemini API for accurate predictions
- Intuitive Interface: Clean, modern UI for seamless user experience
- Developer Friendly: Easy setup and configuration process
- Visit Google AI Studio
- Create a new API key
- Open
popup.js
and replace the API key:const GEMINI_API_KEY = 'your_api_key_here';
1. Navigate to chrome://extensions
2. Enable Developer Mode
3. Click "Load unpacked"
4. Select extension directory
- Navigate to any LeetCode problem
- Write your solution
- Click the extension icon
- Hit "Analyze Code"
- View complexity breakdown
leetcode-complexity-analyzer/
├── manifest.json # Extension configuration
├── popup.html # UI layout
├── popup.js # Core functionality
├── content.js # Page interaction
├── styles.css # UI styling
├── Chart.js # Visualization
└── icons/ # Extension assets
Tier | Requests/Minute | Notes |
---|---|---|
Free | 60 | Suitable for most users |
Pro | Unlimited | Available on request |
- Extension not responding? Refresh the LeetCode page
- Analysis failed? Verify API key and internet connection
- UI not loading? Clear browser cache and reload
- Confirm you're on a LeetCode problem page
- Verify API key configuration
- Check console for error messages
- Reload extension if necessary
Need help? Here's what to do:
- Check the troubleshooting guide
- Review your configuration
- Clear browser cache
- Reinstall if needed
If you find this extension helpful in your LeetCode journey, consider showing your support:
Your star helps make this project more visible and encourages continued development!
This project is licensed under the MIT License - see the LICENSE file for details.