Skip to content
View widerohit's full-sized avatar
💻
Learning
💻
Learning

Block or report widerohit

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
widerohit/README.md

Hi there, I'm Rohit Patil! 👋

Backend Engineer & Extension Developer | Problem Solver

I'm a passionate software developer based in Pune, India, focused on building high-utility tools, backend architectures, and developer-centric browser extensions. I love automating tedious tasks and creating clean, efficient code.


🛠️ Tech Stack & Tools

  • Languages: Java, JavaScript (ES6+), HTML5, CSS3
  • Frameworks & Ecosystems: Java Backend Utilities, Chrome Extension API (Manifest V3), Node.js (CLI)
  • Concepts: Low-Level Design (LLD), Automation, REST APIs, Frontend State Manipulation

🚀 Featured Projects

🔌 Chrome Extensions (Manifest V3)

  • Dev-Quick-Fix-Extension: A developer utility designed to instantly fix broken frontend states by clearing storage, removing blocking overlays, and forcing hard reloads with a single click.
  • One-Click-Clean-Json-Saver-Extension: A lightweight extension that intercepts fetch/XHR JSON responses, instantly cleaning and formatting them for download.
  • Alias-Shield-Extension: A privacy and security-focused extension designed to mask sensitive data, generate aliases, and shield user identity while browsing.

🛠️ IDE Plugins & Developer Tools

  • Trace-Owners: An IntelliJ IDEA plugin that automatically identifies code ownership and traces responsible engineers for specific files or code blocks by seamlessly mapping local IDE selections to Git history and repository configurations.

🖥️ Desktop Applications & Utilities

  • Totp-Clipboard: A lightweight, offline desktop application designed to streamline multi-factor authentication workflows by securely combining base text with Time-based One-Time Passwords (TOTP) and copying the result instantly to your clipboard.

📫 Let's connect: You can reach out to me directly at widerohit@gmail.com.

Pinned Loading

  1. Dev-Quick-Fix-Extension Dev-Quick-Fix-Extension Public

    Manifest V3 Chrome extension that quickly fixes broken frontend states by clearing storage, removing blocking overlays, and forcing a hard reload.

    HTML 1

  2. One-Click-Clean-Json-Saver-Extension One-Click-Clean-Json-Saver-Extension Public

    A lightweight Manifest V3 Chrome extension that captures fetch/XHR JSON API responses and lets users save cleaned, formatted JSON files with one click.

    JavaScript 1

  3. Alias-Shield-Extension Alias-Shield-Extension Public

    A lightweight Manifest V3 Chrome extension that generates Gmail aliases for signup forms, detects registration pages automatically, and helps users manage disposable email aliases locally with one-…

    JavaScript

  4. Trace-Owners Trace-Owners Public

    IntelliJ IDEA plugin that analyzes local Git history to find code experts, active maintainers, reviewer suggestions, and ownership risks.

    Kotlin

  5. uncle-bob-coding-rules uncle-bob-coding-rules
    1
    # Uncle Bob's Coding Rules — Complete Reference
    2
    
                  
    3
    ## SOLID Principles
    4
    
                  
    5
    - **Single Responsibility** — a class should have one reason to change.