<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: nexio-labs</title>
    <description>The latest articles on DEV Community by nexio-labs (@nexio-labs).</description>
    <link>https://dev.to/nexio-labs</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3799043%2Fc3eb8523-89af-401b-ab72-c8404aee6a1d.png</url>
      <title>DEV Community: nexio-labs</title>
      <link>https://dev.to/nexio-labs</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nexio-labs"/>
    <language>en</language>
    <item>
      <title>I built a Claude AI sidebar extension for the browser — here’s how</title>
      <dc:creator>nexio-labs</dc:creator>
      <pubDate>Sun, 01 Mar 2026 00:13:44 +0000</pubDate>
      <link>https://dev.to/nexio-labs/i-built-a-claude-ai-sidebar-extension-for-the-browser-heres-how-36d4</link>
      <guid>https://dev.to/nexio-labs/i-built-a-claude-ai-sidebar-extension-for-the-browser-heres-how-36d4</guid>
      <description>&lt;p&gt;I spend a lot of time reading docs, articles, and research papers. The constant tab-switching to ask Claude about what I'm reading was killing my flow.&lt;/p&gt;

&lt;p&gt;So I built a Chrome extension that injects a Claude-powered sidebar into every webpage.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Summarize&lt;/strong&gt; — one click to get the full page summarized&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Key points&lt;/strong&gt; — bullet-point extraction of the most important info&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Explain selection&lt;/strong&gt; — highlight any text, get an explanation&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Improve selection&lt;/strong&gt; — highlight text you've written, get a rewrite&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Chat&lt;/strong&gt; — full conversational mode with the page content as context&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Alt+A toggles it open/closed from anywhere.&lt;/p&gt;

&lt;h2&gt;
  
  
  Technical stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Manifest V3 Chrome extension&lt;/li&gt;
&lt;li&gt;Shadow DOM for UI isolation (no style conflicts with host pages)&lt;/li&gt;
&lt;li&gt;Service worker background script for Claude API calls&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;anthropic-dangerous-direct-browser-access&lt;/code&gt; header for direct API calls&lt;/li&gt;
&lt;li&gt;Claude Haiku for speed, Sonnet for longer outputs&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The CORS issue I hit
&lt;/h2&gt;

&lt;p&gt;Calling Claude API directly from a browser extension causes a CORS error unless you add the &lt;code&gt;anthropic-dangerous-direct-browser-access: true&lt;/code&gt; header. Took me a while to find that in the docs.&lt;/p&gt;

&lt;h2&gt;
  
  
  It's available
&lt;/h2&gt;

&lt;p&gt;I packaged it up for $9 if you want to skip building it yourself: &lt;a href="https://nexiolabs.gumroad.com/l/nexio-ai" rel="noopener noreferrer"&gt;Nexio AI Extension on Gumroad&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The zip includes the full source code so you can load it as an unpacked extension or learn from it.&lt;/p&gt;




&lt;p&gt;Happy to answer questions about the implementation in the comments!&lt;/p&gt;

</description>
      <category>javascript</category>
      <category>chrome</category>
      <category>ai</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I built a Claude AI sidebar extension for the browser — here's how</title>
      <dc:creator>nexio-labs</dc:creator>
      <pubDate>Sun, 01 Mar 2026 00:06:33 +0000</pubDate>
      <link>https://dev.to/nexio-labs/i-built-a-claude-ai-sidebar-extension-for-the-browser-heres-how-35a8</link>
      <guid>https://dev.to/nexio-labs/i-built-a-claude-ai-sidebar-extension-for-the-browser-heres-how-35a8</guid>
      <description>&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



</description>
    </item>
  </channel>
</rss>
