<?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: Alex | Tshirts I Want</title>
    <description>The latest articles on DEV Community by Alex | Tshirts I Want (@alex_nguyen).</description>
    <link>https://dev.to/alex_nguyen</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%2F4024907%2Fc821fab2-94ad-4671-baf6-547988deb9c1.png</url>
      <title>DEV Community: Alex | Tshirts I Want</title>
      <link>https://dev.to/alex_nguyen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/alex_nguyen"/>
    <language>en</language>
    <item>
      <title>How I Built a Free Image Downloader &amp; Collector Extension for Designers &amp; Graphic Apparel Creators</title>
      <dc:creator>Alex | Tshirts I Want</dc:creator>
      <pubDate>Sat, 25 Jul 2026 16:33:13 +0000</pubDate>
      <link>https://dev.to/alex_nguyen/how-i-built-a-free-image-downloader-collector-extension-for-designers-graphic-apparel-creators-39li</link>
      <guid>https://dev.to/alex_nguyen/how-i-built-a-free-image-downloader-collector-extension-for-designers-graphic-apparel-creators-39li</guid>
      <description>&lt;p&gt;As a developer and creator involved in graphic apparel design at &lt;a href="https://tshirtsiwant.com/" rel="noopener noreferrer"&gt;Tshirts I Want&lt;/a&gt;, I constantly find myself browsing visual inspiration across platforms like Pinterest, Behance, and Unsplash. &lt;/p&gt;

&lt;p&gt;Whether researching graphic t-shirt artwork, vintage typography, or visual design mockups, the repetitive process of right-clicking and manually saving images one by one felt incredibly slow. &lt;/p&gt;

&lt;p&gt;Existing solutions were either bloatware, hidden behind subscriptions, or required running heavy desktop apps. So, I decided to build a lightweight, open-source solution: &lt;strong&gt;Image Downloader &amp;amp; Collector&lt;/strong&gt;.&lt;/p&gt;




&lt;h3&gt;
  
  
  🚀 What Does It Do?
&lt;/h3&gt;

&lt;p&gt;&lt;strong&gt;Image Downloader &amp;amp; Collector&lt;/strong&gt; is a browser extension built with &lt;strong&gt;Manifest V3&lt;/strong&gt; designed to make visual asset collection effortless for designers, creators, and shoppers.&lt;/p&gt;

&lt;p&gt;Key features include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;  ⚡ &lt;strong&gt;Mouse Hover Quick Action Bar&lt;/strong&gt;: Hover over any image on any webpage to instantly reveal &lt;strong&gt;Quick Download&lt;/strong&gt; and &lt;strong&gt;Save to Collection&lt;/strong&gt; action buttons.&lt;/li&gt;
&lt;li&gt;  🔖 &lt;strong&gt;Custom Folder Bookmarking&lt;/strong&gt;: Pin images directly into custom collection folders (&lt;em&gt;e.g., T-Shirt Ideas, Wallpapers, Graphic Artwork&lt;/em&gt;) without downloading right away.&lt;/li&gt;
&lt;li&gt;  📦 &lt;strong&gt;1-Click ZIP Batch Downloader&lt;/strong&gt;: Access your dashboard to select and download an entire collection folder as a single ZIP archive.&lt;/li&gt;
&lt;li&gt;  🔍 &lt;strong&gt;High-Res Source Detection&lt;/strong&gt;: Automatically parses &lt;code&gt;srcset&lt;/code&gt;, &lt;code&gt;data-src&lt;/code&gt;, and un-scaled CDN parameters to fetch the highest-resolution original image available.&lt;/li&gt;
&lt;li&gt;  🔒 &lt;strong&gt;Privacy-First&lt;/strong&gt;: 100% local processing with &lt;code&gt;chrome.storage.local&lt;/code&gt;. Zero user tracking.&lt;/li&gt;
&lt;/ul&gt;




&lt;h3&gt;
  
  
  🛠️ Tech Stack &amp;amp; Architecture
&lt;/h3&gt;

&lt;p&gt;Built with pure Vanilla JavaScript, HTML5, and CSS3 following modern Manifest V3 guidelines:&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
json
{
  "manifest_version": 3,
  "name": "Image Downloader &amp;amp; Collector - Batch Save",
  "permissions": ["storage", "downloads"],
  "host_permissions": ["&amp;lt;all_urls&amp;gt;"]
}
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>javascript</category>
      <category>webdev</category>
      <category>chrome</category>
      <category>design</category>
    </item>
  </channel>
</rss>
