This extension lets you paste a Codeforces submission URL. If the submission verdict is Accepted, it sends the source code to Together AI:
It returns:
- Time complexity
- Space complexity
- Efficiency commentary
- Practical suggestions to improve the code
- Download and extract
codeforces_submission_analyzerfiles. - Paste your together.ai api key.
- Open
chrome://extensionsin Chrome. - Enable Developer mode (top-right).
- Click Load unpacked and select the extracted folder.
The extension icon will appear in the toolbar. Click it, paste a submission link, and press Analyze.
| File | Description |
|---|---|
manifest.json |
Configuration file that defines extension metadata, permissions, and scripts. |
popup.html |
Markup for the extension's popup interface shown on clicking the icon. |
popup.js |
Contains the JavaScript logic for fetching and analyzing Codeforces submissions. |
styles.css |
Stylesheet for customizing the layout and design of the popup interface. |
API key is embedded for demonstration only in working.