<?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: 레서드</title>
    <description>The latest articles on DEV Community by 레서드 (@ressurd).</description>
    <link>https://dev.to/ressurd</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%2F3888706%2F0b7757ff-b818-4e9d-812f-9a28562e6f17.png</url>
      <title>DEV Community: 레서드</title>
      <link>https://dev.to/ressurd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ressurd"/>
    <language>en</language>
    <item>
      <title>I built a Chrome extension to make YouTube Shorts on the web less repetitive</title>
      <dc:creator>레서드</dc:creator>
      <pubDate>Mon, 20 Apr 2026 10:45:22 +0000</pubDate>
      <link>https://dev.to/ressurd/i-built-a-chrome-extension-to-make-youtube-shorts-on-the-web-less-repetitive-3548</link>
      <guid>https://dev.to/ressurd/i-built-a-chrome-extension-to-make-youtube-shorts-on-the-web-less-repetitive-3548</guid>
      <description>&lt;h1&gt;
  
  
  I built a Chrome extension to make YouTube Shorts on the web less repetitive
&lt;/h1&gt;

&lt;p&gt;I built a Chrome extension called &lt;strong&gt;YouTube Shorts Workflow&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It helps make the YouTube Shorts web experience faster and less repetitive with lightweight review and organization tools.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;auto-next when the current Short ends&lt;/li&gt;
&lt;li&gt;progress jump with keys 0–9&lt;/li&gt;
&lt;li&gt;playback speed control&lt;/li&gt;
&lt;li&gt;quick draft overlay&lt;/li&gt;
&lt;li&gt;save, tag, and note Shorts&lt;/li&gt;
&lt;li&gt;saved Shorts view&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Keyboard shortcuts
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;0 to 9: jump to 0% to 90% of the current Short&lt;/li&gt;
&lt;li&gt;B: open or close the saved panel&lt;/li&gt;
&lt;li&gt;[: decrease playback speed&lt;/li&gt;
&lt;li&gt;]: increase playback speed&lt;/li&gt;
&lt;li&gt;: reset playback speed to 1x&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Scope
&lt;/h2&gt;

&lt;p&gt;This extension is focused on the &lt;strong&gt;YouTube Shorts web experience&lt;/strong&gt;.&lt;br&gt;
It does &lt;strong&gt;not&lt;/strong&gt; auto-post comments.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;YouTube Shorts Workflow:&lt;br&gt;
&lt;a href="https://chromewebstore.google.com/detail/youtube-shorts-workflow/fbejpglnkpokoklbcoagdoolihgkpokg?authuser=0" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/youtube-shorts-workflow/fbejpglnkpokoklbcoagdoolihgkpokg?authuser=0&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can also find my other Chrome extension tools and related products here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ressurd.github.io/tools-and-products/" rel="noopener noreferrer"&gt;https://ressurd.github.io/tools-and-products/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chromeextension</category>
      <category>productivity</category>
      <category>typescript</category>
      <category>webdev</category>
    </item>
    <item>
      <title>What I wish I had before submitting my first MV3 Chrome extension</title>
      <dc:creator>레서드</dc:creator>
      <pubDate>Mon, 20 Apr 2026 10:17:59 +0000</pubDate>
      <link>https://dev.to/ressurd/what-i-wish-i-had-before-submitting-my-first-mv3-chrome-extension-597p</link>
      <guid>https://dev.to/ressurd/what-i-wish-i-had-before-submitting-my-first-mv3-chrome-extension-597p</guid>
      <description>&lt;h1&gt;
  
  
  What I wish I had before submitting my first MV3 Chrome extension
&lt;/h1&gt;

&lt;p&gt;While working on Chrome extensions, I ended up rewriting the same release-prep notes over and over again.&lt;/p&gt;

&lt;p&gt;So I turned them into a small &lt;strong&gt;Chrome Extension Submission Pack&lt;/strong&gt; for MV3.&lt;/p&gt;

&lt;p&gt;It includes practical templates and checklists for things like:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;store listing draft&lt;/li&gt;
&lt;li&gt;privacy policy draft&lt;/li&gt;
&lt;li&gt;screenshot capture checklist&lt;/li&gt;
&lt;li&gt;release checklist&lt;/li&gt;
&lt;li&gt;pre-upload audit checklist&lt;/li&gt;
&lt;li&gt;reviewer notes template&lt;/li&gt;
&lt;li&gt;permissions justification template&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I also added a short free sample in the product description so the structure is easier to check before buying.&lt;/p&gt;

&lt;p&gt;If you're preparing your first MV3 extension release, this may save some time:&lt;/p&gt;

&lt;p&gt;Submission Pack:&lt;br&gt;
&lt;a href="https://ressurected.gumroad.com/l/ecbpxc" rel="noopener noreferrer"&gt;https://ressurected.gumroad.com/l/ecbpxc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can also find my other Chrome extension tools and related products here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ressurd.github.io/tools-and-products/" rel="noopener noreferrer"&gt;https://ressurd.github.io/tools-and-products/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chromeextension</category>
      <category>typescript</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>I built a Chrome extension to save pages with tags, notes, search, and local backup</title>
      <dc:creator>레서드</dc:creator>
      <pubDate>Mon, 20 Apr 2026 10:07:32 +0000</pubDate>
      <link>https://dev.to/ressurd/i-built-a-chrome-extension-to-save-pages-with-tags-notes-search-and-local-backup-2bho</link>
      <guid>https://dev.to/ressurd/i-built-a-chrome-extension-to-save-pages-with-tags-notes-search-and-local-backup-2bho</guid>
      <description>&lt;h1&gt;
  
  
  I built a Chrome extension to save pages with tags, notes, search, and local backup
&lt;/h1&gt;

&lt;p&gt;I built a Chrome extension called &lt;strong&gt;WebClip&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It helps you save pages with tags and notes, review them later, search saved items, filter by top tags, and export/import your local backup.&lt;/p&gt;

&lt;h2&gt;
  
  
  Current features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;save pages with notes and tags&lt;/li&gt;
&lt;li&gt;search saved items&lt;/li&gt;
&lt;li&gt;top tags quick filter&lt;/li&gt;
&lt;li&gt;edit / delete saved items&lt;/li&gt;
&lt;li&gt;export / import backup&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What I wanted to solve
&lt;/h2&gt;

&lt;p&gt;I wanted something lighter than a full knowledge management app, but more useful than a plain bookmark list.&lt;/p&gt;

&lt;p&gt;The goal was simple:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;save a page quickly&lt;/li&gt;
&lt;li&gt;leave a short note&lt;/li&gt;
&lt;li&gt;organize it with tags&lt;/li&gt;
&lt;li&gt;find it again later&lt;/li&gt;
&lt;li&gt;keep a local backup&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What’s next
&lt;/h2&gt;

&lt;p&gt;WebClip Pro is in progress with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;cloud sync&lt;/li&gt;
&lt;li&gt;advanced search&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;WebClip:&lt;br&gt;
&lt;a href="https://chromewebstore.google.com/detail/webclip/dfdhpnklkfbabgjghpfgdjjbfcjojaho?authuser=0&amp;amp;hl=ko" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/webclip/dfdhpnklkfbabgjghpfgdjjbfcjojaho?authuser=0&amp;amp;hl=ko&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Waitlist:&lt;br&gt;
&lt;a href="https://forms.gle/i4zj5ZPQDYL55UKn6" rel="noopener noreferrer"&gt;https://forms.gle/i4zj5ZPQDYL55UKn6&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can also find my other Chrome extension tools and related products here:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ressurd.github.io/tools-and-products/" rel="noopener noreferrer"&gt;https://ressurd.github.io/tools-and-products/&lt;/a&gt;&lt;/p&gt;

</description>
      <category>chromeextension</category>
      <category>productivity</category>
      <category>typescript</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
