Competitive Companion
Copy CodeChef test-cases in a Click.
What is Competitive Companion?
Competitive Companion is a Chrome extension developed by Utkarsh Garg, and its main feature is "Copy CodeChef test-cases in a Click.".
Extension Screenshots
Download Competitive Companion Extension CRX File
Download Competitive Companion extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
An extension for competitive coding for swiftly opening codechef and copying test cases on codechef in just one click.
Extension Basic Information
Name | Competitive Companion |
ID | ggcfcaiiadodpdfnphnejkocgjejcbic |
Official URL | https://chromewebstore.google.com/detail/competitive-companion/ggcfcaiiadodpdfnphnejkocgjejcbic |
Description | Copy CodeChef test-cases in a Click. |
File Size | 9.65 KB |
Installation Count | 736 |
Current Version | 1.0 |
Last Updated | 2020-12-12 |
Publish Date | 2020-11-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Utkarsh Garg |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Competitive Companion", "version": "1.0", "description": "Copy CodeChef test-cases in a Click.", "manifest_version": 2, "permissions": [ "activeTab" ], "browser_action": { "default_icon": "img.png" }, "background": { "scripts": [ "background.js" ] } } |