<?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: Ievgenii Podovinnikov</title>
    <description>The latest articles on DEV Community by Ievgenii Podovinnikov (@ipodovinnikov).</description>
    <link>https://dev.to/ipodovinnikov</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%2F3844183%2Ffef94a54-6276-4f96-aeed-2c887fd0f10c.png</url>
      <title>DEV Community: Ievgenii Podovinnikov</title>
      <link>https://dev.to/ipodovinnikov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ipodovinnikov"/>
    <language>en</language>
    <item>
      <title>I built a Chrome extension because I just wanted to write notes</title>
      <dc:creator>Ievgenii Podovinnikov</dc:creator>
      <pubDate>Thu, 26 Mar 2026 06:51:40 +0000</pubDate>
      <link>https://dev.to/ipodovinnikov/i-built-a-chrome-extension-because-i-just-wanted-to-write-notes-20j8</link>
      <guid>https://dev.to/ipodovinnikov/i-built-a-chrome-extension-because-i-just-wanted-to-write-notes-20j8</guid>
      <description>&lt;p&gt;Hi all I am new here. &lt;/p&gt;

&lt;p&gt;Let me please share not even a story ("success story") but just a quick situation and quick satisfaction with result.&lt;/p&gt;

&lt;p&gt;I'm a Java developer with 10+ years of enterprise experience. &lt;br&gt;
But every time I needed to write down something during work, it was a pain.&lt;/p&gt;

&lt;p&gt;So I built Quick Notes. A Chrome extension that opens instantly, saves locally, and has no bullshit.&lt;/p&gt;

&lt;p&gt;What it does:&lt;/p&gt;

&lt;p&gt;Click the icon, type, hit Ctrl+Enter, done. Notes are stored in your browser. No cloud, no login, no tracking.&lt;/p&gt;

&lt;p&gt;Tech stack:&lt;/p&gt;

&lt;p&gt;Pure JavaScript, Storage API. That's it.&lt;/p&gt;

&lt;p&gt;Honest part:&lt;/p&gt;

&lt;p&gt;I used AI to help with the frontend code — I'm a Java developer, so JavaScript isn't my main thing. But I reviewed everything, made sure it works, and it does exactly what I need. The extension is solid, and that's what matters.&lt;/p&gt;

&lt;p&gt;So let me describe implementation a bit. I needed something that:&lt;/p&gt;

&lt;p&gt;Opens in under a second&lt;br&gt;
Works offline&lt;br&gt;
Doesn't ask for an account&lt;br&gt;
Stores notes locally&lt;br&gt;
Has my personal UI styling (I use same for all my products)&lt;/p&gt;

&lt;p&gt;None of the existing tools gave me that without bloat. So I solved this one exact problem at least just for me. I started using it yesterday and it's a pleasure because it solves exact tiny inconvenience I had.&lt;/p&gt;

&lt;p&gt;Next step:&lt;/p&gt;

&lt;p&gt;&lt;del&gt;I'm planning to publish it on Chrome Web Store. The review process is the only thing I'm nervous about. If you've been through it, let me know — what are the common rejections?&lt;/del&gt;&lt;/p&gt;

&lt;p&gt;Update: hurray! Quick Notes is now live! Passed review quickly!&lt;br&gt;
🔗 &lt;strong&gt;Get it on Chrome Web Store:&lt;/strong&gt; &lt;a href="https://chromewebstore.google.com/detail/quick-notes/leimoijdccoecdbglffjciheaikaeabe" rel="noopener noreferrer"&gt;Quick Notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Links:&lt;/p&gt;

&lt;p&gt;GitHub repo: &lt;a href="https://github.com/ievgeniipodovinnikov/quick-notes" rel="noopener noreferrer"&gt;https://github.com/ievgeniipodovinnikov/quick-notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Star if you find it useful. Chrome Store link coming soon.&lt;/p&gt;

&lt;p&gt;Sincerelly, &lt;br&gt;
Ievgenii&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ievgenii.com" rel="noopener noreferrer"&gt;https://ievgenii.com&lt;/a&gt;&lt;/p&gt;

</description>
      <category>extensions</category>
      <category>javascript</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
