Nex Launches Claude-Powered Chrome Sidebar, Boosting AI Automation
Photo by Alexandre Debiève on Unsplash
$0.001 per request—that’s the cost of each Claude query in Nex’s new Chrome sidebar, which lets users summarize pages, ask questions and improve selected text via Anthropic’s API, Nexiolabs reports.
Key Facts
- •Key company: Nex
- •Also mentioned: Anthropic
Nexio Labs’ new Chrome extension injects a Claude‑powered sidebar into any webpage, letting users summon AI assistance with a single keystroke. The tool, built over a weekend and released on March 1, uses the Anthropic API directly from a Manifest V3 service worker, costing roughly $0.001 per request when paired with Claude Haiku, according to the developer’s post on Hacker News. The sidebar offers four core actions: a one‑click page summary, bullet‑point extraction of key ideas, contextual explanations of highlighted text, and on‑the‑fly rewrites of user‑selected passages. A chat mode also lets users converse with Claude while the page content remains in the background, and the entire UI lives in a shadow DOM to avoid style clashes with the host site.
Technical details reveal a few noteworthy workarounds. Direct calls to Anthropic’s API from a browser extension normally trigger CORS errors, but Nexio Labs discovered that adding the `anthropic-dangerous-direct-browser-access: true` header—documented in Anthropic’s API guide—bypasses the restriction, enabling real‑time queries without a server proxy. The extension toggles open or closed with Alt + A, a shortcut the author chose to keep the workflow fluid while reading dense documentation or research papers. By default the sidebar runs Claude Haiku for speed, but the background script can switch to Claude Sonnet when longer, more nuanced outputs are required, a flexibility highlighted in the developer’s “how‑to” write‑up.
Beyond the browser add‑on, Nexio Labs bundled a set of five Python scripts aimed at common business tasks. The scripts—lead enrichment with ideal‑customer‑profile scoring, three‑variant cold‑email generation, SEO content outline creation, meeting‑notes summarization, and LinkedIn post drafting—are pure Python, rely on the Anthropic SDK, and avoid any heavyweight framework. Users can run them in batch mode against CSV files, a feature the author notes as especially useful for scaling outreach or content pipelines. Both the extension and the script pack are sold for $9 each on Gumroad, with the source code included so buyers can modify or extend the tools as they see fit.
The pricing model reflects a broader trend among independent AI toolmakers who prefer low‑cost, transparent licensing over subscription‑based SaaS. By charging a flat $9 and exposing the full codebase, Nexio Labs sidesteps the recurring‑revenue expectations set by larger platforms while still monetizing the convenience of a ready‑made integration. The developer explicitly invites questions about the shadow‑DOM implementation or the Claude API integration, signaling an open‑source‑ish ethos despite the modest price tag.
Early feedback on Hacker News has been sparse but positive; the post garnered a single up‑vote and no comments, suggesting that the tool is still finding its audience. Nonetheless, the combination of a lightweight, on‑page AI assistant and a suite of automation scripts positions Nexio Labs as a micro‑player catering to power users who value speed, cost‑efficiency, and full control over their AI workflows. If the $0.001‑per‑request pricing holds, the extension could become a cost‑effective alternative to higher‑priced enterprise solutions that bundle similar capabilities behind more complex licensing agreements.
This article was created using AI technology and reviewed by the SectorHQ editorial team for accuracy and quality.