r/browserextensions

▲ 1 r/browserextensions+1 crossposts

Zoom Image on Firefox - I need the same thing on Edge.

I am unaware of the same extension on Edge as Zoom Image on FF. There are a few instances where FF complicates issues with site accessibility that I would like to use Edge for instead. Zoom image on FF is excellent and I want it on Edge. Right click on any image and it enlarges it on the page without opening a new viewing box. It enlarges it right there and in high quality.

I'd like the same for Edge. Can't find it. Tried a bunch but the closest I've found is Image Zoomer but it is Left Click on the mouse, which opens an image box that can then be enlarged by scrolling on the mouse wheel. This is a weird way of doing it. I also don't want the entire page to enlarge or increase the view.

There might be something that does this on github, but I haven't been able to find it. Assistance appreciated!

reddit.com
u/drjohnnyfeva — 1 day ago
▲ 4 r/browserextensions+2 crossposts

Not going to stop building

After selling both my extensions for a humble amount of money, I thought i would relax because it was my first time making money but i was still hungry to build. So now, I'm building an extension that hides your geolocation from websites. I just want to say to those who are working, don't stop. Keep it up

Edit: I have to say, I did take motivation from GeoSpoof so props to the builder

u/Odd-Significance4443 — 3 days ago
▲ 3 r/browserextensions+1 crossposts

I made a browser extension for poking around websites

I’m the kind of person who opens devtools on random websites just to see how they work.

I got tired of jumping between Elements, Network and other tools just to piece everything together, so I started building Archify.

You open it on a website and click around. It shows you the components, API calls and tech behind the page.

It’s still something I’m actively working on, but I finally launched it. It’s free and open source too.

Would love to know what you think.

producthunt.com
u/Successful-Brush2684 — 2 days ago
▲ 6 r/browserextensions+2 crossposts

[I made this] Quib: a Chrome extension for reusing AI prompts in any textbox

I built and launched a small Manifest V3 Chrome extension called Quib.

The problem was very plain: I had around 40 AI prompts sitting in a Notion doc, and I was copy-pasting them into ChatGPT, Claude, Gemini, Gmail, GitHub, Linear, and other tools all day.
Quib adds a prompt picker directly inside textboxes.

You type /, fuzzy-search a saved prompt, hit enter, and it inserts where you are already typing.

It supports normal inputs, textareas, and contenteditable editors. It also resolves variables at insert time, like:
{{selection}}
{{url}}
{{title}}
{{clipboard}}
{{date}}
{{time}}
custom placeholders like {{name}}

The free plan has 25 prompts, local storage, all editors, and all variables. Pro adds unlimited prompts and cross-device sync.

The Chrome Web Store version is live now.

I would especially like feedback from people who build or heavily use Chrome extensions:

Does the / trigger feel natural, or would you prefer another default?
Which editor/site would you expect this to fail on?
Is prompt management a real enough problem for you, or too niche?

Link: arkisoul.in/quib

u/arpit-jain87 — 4 days ago
▲ 13 r/browserextensions+4 crossposts

Built a multi-AI search tool. No login, No data collection. Looking for feedback

I made a meta-search engine that sends one query to multiple AI services in parallel and synthesizes their answers so you can see where they agree and where they diverge. No login required and no data collected. Looking for your honest feedback.

Problem I solved

I’ve been doing the same dumb workflow for months: same prompt, three tabs, then I sit there comparing answers like I’m fact-checking three opinion columns.

Each AI is good at different things. Perplexity cites well. Gemini is fresh. ChatGPT reasons through messy questions. Grok catches stuff on X before it hits the news. But they also fail in different ways. If you only use one, you’re basically betting on a single columnist who might be brilliant, biased, or confidently wrong.

Perplexity’s Model Council is a step in the right direction, but it’s still one product. What I wanted was cross-vendor: one query, multiple services, see where they agree and where they don’t.

My solution

Still early, but the idea is simple: for anything that actually matters. For research, purchases, health questions, one model isn’t enough. You want consensus and conflict visible, not smoothed into one confident paragraph.

I made a search layer above the chatbots. You ask once; it hits ChatGPT, Gemini, Perplexity, Grok, and others in parallel, then synthesizes the results instead of hiding disagreements.

The hard part isn’t “another chatbot.” It’s that these aren’t static web pages you can crawl. So the backend uses browser agents to interact with them in real time. More orchestration than classic search indexing.

Curious if anyone else is doing this multi-tab reconciliation manually, or if you’ve found something that already solves it.

Here is my extension: Qorpus
Visit the homepage: qorpus.ai

u/Ok_Difference2586 — 14 days ago