<?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: madebypoint</title>
    <description>The latest articles on DEV Community by madebypoint (@madebypoint).</description>
    <link>https://dev.to/madebypoint</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4129811%2Fcfabf674-56c4-4977-92f5-6839f285e0a9.png</url>
      <title>DEV Community: madebypoint</title>
      <link>https://dev.to/madebypoint</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/madebypoint"/>
    <language>en</language>
    <item>
      <title>I built a free Chrome extension that drops your saved prompts into any text box with //</title>
      <dc:creator>madebypoint</dc:creator>
      <pubDate>Mon, 21 Sep 2026 13:17:15 +0000</pubDate>
      <link>https://dev.to/madebypoint/i-built-a-free-chrome-extension-that-drops-your-saved-prompts-into-any-text-box-with--4kn2</link>
      <guid>https://dev.to/madebypoint/i-built-a-free-chrome-extension-that-drops-your-saved-prompts-into-any-text-box-with--4kn2</guid>
      <description>&lt;p&gt;I found myself typing the same prompts into ChatGPT and Claude over and over. Rewording them slightly each time. Losing track of which version worked.&lt;/p&gt;

&lt;p&gt;So I built Promptbar — a Chrome extension that lets you save your own prompts and insert any of them into any text box on any page by typing &lt;code&gt;//&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;How it works:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Type &lt;code&gt;//&lt;/code&gt; in any text box (ChatGPT, Claude, Gemini, a support ticket, anywhere)&lt;/li&gt;
&lt;li&gt;Pick a saved prompt from the list&lt;/li&gt;
&lt;li&gt;The text lands in the box&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can use &lt;code&gt;{{variables}}&lt;/code&gt; inside a prompt, so one saved template covers many variations without editing it each time.&lt;/p&gt;

&lt;p&gt;Everything is stored locally. No account, no sign-up, no cloud, no AI service of its own — it only inserts text you wrote.&lt;/p&gt;

&lt;p&gt;One thing to know upfront: it needs broad host permissions to make the &lt;code&gt;//&lt;/code&gt; trigger work on any page. That's a real trade-off. Nothing is collected or transmitted — the data never leaves your browser — but I know that's the first question, so I'm answering it here.&lt;/p&gt;

&lt;p&gt;It's free. No paid tier exists today.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chromewebstore.google.com/detail/promptbar-%E2%80%94-prompt-manage/nijgnlioekanikhnlleeijjhjbjmdiik" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/promptbar-%E2%80%94-prompt-manage/nijgnlioekanikhnlleeijjhjbjmdiik&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'm a designer, not an engineer — this was built with a lot of AI help. Happy to answer anything about what it does or why it works the way it does.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>chrome</category>
      <category>productivity</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
