Skip to content

Latest commit

 

History

History
53 lines (31 loc) · 2.57 KB

README.md

File metadata and controls

53 lines (31 loc) · 2.57 KB

CF-Output-Line-Counter

GitHub repo size GitHub contributors Hits Edge Support Chrome Web Store version

CF-Output-Line-Counter is a browser extension designed for Codeforces users to make competitive programming more intuitive. When working on problems with multiple input-output cases, it can be challenging to track output lines and match them with specific inputs, especially for larger test cases. This extension enhances the Codeforces problem interface by adding a hover feature to the output segment, displaying line numbers for each output case. Extension Icon

Features

  • Adds line numbers on hover in the output field on Codeforces problem pages.
  • Privacy-focused: No data collection or tracking.

How to Install

  1. Download or Clone this repository.

    • To clone, run: git clone https://github.com/TashinParvez/CF-Output-Line-Counter.git
    • Click here to Download.
  2. Open Chrome Extensions:

    • Visit chrome://extensions/ in your Chrome browser.
    • Enable Developer Mode (toggle the switch in the top right corner).
    • Click Load Unpacked and select the CF-Output-Line-Counter folder.

How to Use

  • Go to any Codeforces problem page.

  • Hover over the output lines to see line numbers displayed on the left side.

Changelog

  • v1.0.0 - Initial release of CF-Output-Line-Counter.

Privacy

This extension does not collect any user data. It only accesses Codeforces pages to add a simple visual enhancement to the output fields.

License

Contribution Guide

Feel free to open issues, request features, or submit pull requests!