
Got tired of tab-switching to ChatGPT 30 times a day. Built an open-source Chrome extension that puts Claude on every site instead.
Repo: https://github.com/ranjeet867/opensage
I tab-switched from VS Code to ChatGPT 30+ times yesterday. Felt dumb. Cursor only lives in my IDE; most in-browser AI extensions proxy my code through their server. So I made the thing I wanted: a small Chrome extension that puts Claude one click away on whatever site I'm on, talks straight to Anthropic from the browser.
it work on all platform leetcode, hackerrank, and any website you name it.
How it actually feels to use:
- Cmd+Shift+Space anywhere → floating panel
- One click: Find Issues / Security / Refactor / Draft Code / Complete / Tests / System Design / How To Use
- Right-click selected code → "find bugs in this" + 6 more entries
- Cmd+Shift+S → screenshots the tab → Claude vision answers
- Listen pill → speak a question; passes ~150 tech terms (Kafka,
Kubernetes, Postgres, useEffect, goroutine, etc) to the recognizer's
contextualStrings hint list so it stops mishearing them
Where I'd love eyes:
- content-extractor.js — what sites or editors am I missing? CodeJar? Some IDE-in-browser I haven't seen?
- Permissions — anything tightenable without breaking universality?