cd /news/developer-tools/how-i-built-a-local-first-chrome-ext… · home topics developer-tools article
[ARTICLE · art-25899] src=dev.to pub= topic=developer-tools verified=true sentiment=↑ positive

How I Built a Local-First Chrome Extension to Chain ChatGPT, Grok, and Claude

A developer built a local-first Chrome extension called ContextOS using the Plasmo framework to chain ChatGPT, Grok, and Claude. The extension runs entirely serverless with chrome.storage.local for data storage, and uses content scripts to inject structured context into different LLM interfaces. It is available for free on the Chrome Web Store.

read1 min publishedJun 13, 2026

Shifting between LLMs for their unique strengths is standard workflow now, but managing the data state between browser tabs is an absolute nightmare. Here is how I used the Plasmo framework to build a lightweight, local-first context compiler called ContextOS.

To guarantee complete privacy and zero server overhead, the entire extension runs serverless:

Framework: Plasmo (React + TypeScript + Chrome MV3). Storage: chrome.storage.local handles the entire project matrix. No external databases.

The Parsing Loop: Users input a free Gemini API key (BYOK). When a user hits ✨ Sync to Project Context, a background worker handles the raw text payload, processes it structurally, and commits it into dynamically named local state blocks.

Seamless Context Injection

The hardest part was getting clean injection mechanics across wildly different DOM layouts (ChatGPT, Grok, Claude, etc.). I implemented weightless content scripts that target the active webpage textareas, formatting the project's modular buckets into clean, hierarchical Markdown right before injection.

Check out the source listing or download it free on the Chrome Web Store if you want to optimize your multi-AI dev loops!

🔗 Chrome Web Store: https://chromewebstore.google.com/detail/jiepmjajdlemomagfihinmkbfaednncf?utm_source=item-share-cb

── more in #developer-tools 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/how-i-built-a-local-…] indexed:0 read:1min 2026-06-13 ·