<?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>Forem: 레서드</title>
    <description>The latest articles on Forem by 레서드 (@ressurd).</description>
    <link>https://forem.com/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>Forem: 레서드</title>
      <link>https://forem.com/ressurd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/ressurd"/>
    <language>en</language>
    <item>
      <title>WebClip: A Local-First Chrome Extension for Saving Pages, Text, Tags, and Notes</title>
      <dc:creator>레서드</dc:creator>
      <pubDate>Sun, 17 May 2026 05:45:09 +0000</pubDate>
      <link>https://forem.com/ressurd/webclip-a-local-first-chrome-extension-for-saving-pages-text-tags-and-notes-42ak</link>
      <guid>https://forem.com/ressurd/webclip-a-local-first-chrome-extension-for-saving-pages-text-tags-and-notes-42ak</guid>
      <description>&lt;p&gt;I built WebClip, a local-first Chrome extension for saving web pages and selected text with tags, notes, and lightweight organization tools. It is designed as a small bookmark alternative for people who want to capture useful pages quickly and find them again later.&lt;/p&gt;

&lt;p&gt;It is not meant to replace a full note-taking app, read-it-later service, or team knowledge base. The goal is simpler: when I find a useful page or a small piece of text, I want to save it quickly, add a few details, and find it again later.&lt;/p&gt;

&lt;p&gt;The Problem&lt;br&gt;
While browsing, I often run into useful links, snippets, documentation pages, product references, or article sections that I do not want to lose.&lt;/p&gt;

&lt;p&gt;Bookmarks are fine, but they can become messy quickly. Copying links into notes works, but it adds friction. Keeping everything open as tabs works for a while, until the browser becomes cluttered.&lt;/p&gt;

&lt;p&gt;I wanted something smaller and more direct:&lt;/p&gt;

&lt;p&gt;Save the current page&lt;br&gt;
Save selected text from a page&lt;br&gt;
Add tags and notes&lt;br&gt;
Organize items without too much structure&lt;br&gt;
Search and filter later&lt;br&gt;
Keep the data local&lt;br&gt;
That became WebClip.&lt;/p&gt;

&lt;p&gt;What WebClip Does&lt;br&gt;
WebClip lets you save pages and selected text from Chrome, then manage them in a local library.&lt;/p&gt;

&lt;p&gt;You can save a page from the popup, save highlighted text, add a collection, tags, and a note, then browse everything later from the library view.&lt;/p&gt;

&lt;p&gt;The extension is designed around simple personal retrieval. It is for collecting useful things while browsing, not for publishing, collaboration, automation, or analytics.&lt;/p&gt;

&lt;p&gt;Main Features&lt;br&gt;
Current WebClip features include:&lt;/p&gt;

&lt;p&gt;Save the current page&lt;br&gt;
Save selected text&lt;br&gt;
Add tags&lt;br&gt;
Add notes&lt;br&gt;
Add a collection&lt;br&gt;
Browse saved items in a library&lt;br&gt;
Basic search&lt;br&gt;
Filter saved items&lt;br&gt;
Sort saved items&lt;br&gt;
Pin important items&lt;br&gt;
Archive items&lt;br&gt;
Edit saved entries&lt;br&gt;
Delete entries&lt;br&gt;
Bulk archive/delete actions&lt;br&gt;
Undo recent archive/delete actions&lt;br&gt;
Export JSON backup&lt;br&gt;
Import JSON backup&lt;br&gt;
Store data locally with chrome.storage.local&lt;br&gt;
Local-First and Privacy Note&lt;br&gt;
WebClip is local-first.&lt;/p&gt;

&lt;p&gt;Saved data is stored in the browser using chrome.storage.local. That can include saved page titles, URLs, selected text, tags, notes, collection values, and item state such as pinned or archived.&lt;/p&gt;

&lt;p&gt;There is currently:&lt;/p&gt;

&lt;p&gt;No cloud sync&lt;br&gt;
No remote backend&lt;br&gt;
No analytics&lt;br&gt;
No AI feature&lt;br&gt;
No subscription or paid feature gating&lt;br&gt;
JSON export/import is included so users can back up or restore their own saved data manually.&lt;/p&gt;

&lt;p&gt;Who It Is For&lt;br&gt;
WebClip may be useful if you:&lt;/p&gt;

&lt;p&gt;Save many useful links while researching&lt;br&gt;
Want something lighter than a full note app&lt;br&gt;
Often copy small text snippets from pages&lt;br&gt;
Prefer tags, notes, and search over bookmark folders&lt;br&gt;
Want a local-first browser tool&lt;br&gt;
Like keeping useful references without keeping many tabs open&lt;br&gt;
It is intentionally small. The current version focuses on saving and organizing useful web references without adding accounts or background collection.&lt;/p&gt;

&lt;p&gt;What Is Not Included Yet&lt;br&gt;
Some things are not included in the current version:&lt;/p&gt;

&lt;p&gt;Cloud sync&lt;br&gt;
Cross-device library&lt;br&gt;
Advanced search operators&lt;br&gt;
Smart collections&lt;br&gt;
AI summaries&lt;br&gt;
Team sharing&lt;br&gt;
Subscriptions or paid Pro features&lt;br&gt;
I may explore some future feature ideas later, but they are not part of the current WebClip build.&lt;/p&gt;

&lt;p&gt;Links&lt;br&gt;
Chrome Web Store: &lt;a href="https://chromewebstore.google.com/detail/dfdhpnklkfbabgjghpfgdjjbfcjojaho?utm_source=item-share-cb" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/dfdhpnklkfbabgjghpfgdjjbfcjojaho?utm_source=item-share-cb&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Product hub: &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;

&lt;p&gt;If you try WebClip and have feedback, bug reports, or feature ideas, I would be interested to hear what would make it more useful without making it too heavy.&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>productivity</category>
      <category>programming</category>
      <category>ai</category>
    </item>
    <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://forem.com/ressurd/i-built-a-chrome-extension-to-make-youtube-shorts-on-the-web-less-repetitive-3548</link>
      <guid>https://forem.com/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://forem.com/ressurd/what-i-wish-i-had-before-submitting-my-first-mv3-chrome-extension-597p</link>
      <guid>https://forem.com/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://forem.com/ressurd/i-built-a-chrome-extension-to-save-pages-with-tags-notes-search-and-local-backup-2bho</link>
      <guid>https://forem.com/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>
