<?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: CheckoutReceipt</title>
    <description>The latest articles on DEV Community by CheckoutReceipt (@checkoutreceipt).</description>
    <link>https://dev.to/checkoutreceipt</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%2F3840360%2F1b0eb7c5-7105-4d0f-9ccf-42f04d992e13.jpg</url>
      <title>DEV Community: CheckoutReceipt</title>
      <link>https://dev.to/checkoutreceipt</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/checkoutreceipt"/>
    <language>en</language>
    <item>
      <title>I Built a Chrome Extension to Look Up Receipt Tax Codes published: false tags: showdev, javascript, chrome, webdev</title>
      <dc:creator>CheckoutReceipt</dc:creator>
      <pubDate>Mon, 23 Mar 2026 15:40:26 +0000</pubDate>
      <link>https://dev.to/checkoutreceipt/i-built-a-chrome-extension-to-look-up-receipt-tax-codes-published-false-tags-showdev-javascript-2mpe</link>
      <guid>https://dev.to/checkoutreceipt/i-built-a-chrome-extension-to-look-up-receipt-tax-codes-published-false-tags-showdev-javascript-2mpe</guid>
      <description>&lt;p&gt;Ever looked at a receipt and wondered what the letters next to each item mean? N, X, O, T, F -- they show up on receipts from Walmart, Target, Costco, and most major US retailers. They tell you whether an item was taxed, tax-exempt, or charged at a reduced rate.&lt;/p&gt;

&lt;p&gt;I kept seeing this question come up, so I built a simple Chrome extension that answers it. Pick a retailer, see all their tax codes explained in plain English. No permissions, no data collection. Just a popup with hardcoded data for 15 US retailers.&lt;/p&gt;

&lt;p&gt;Three files total: manifest.json, popup.html, popup.js. Empty permissions array. The whole thing is a self-contained reference tool.&lt;/p&gt;

&lt;p&gt;One thing worth sharing: my first submission got rejected by the Chrome Web Store. The violation was "Inaccurate Description -- Non functional." My listing said the extension would "decode" tax codes. The reviewer interpreted that as active scanning or processing, which the extension doesn't do. It's a lookup tool. Swapping "decode" to "look up" in the description fixed it. Lesson learned: match every word in your listing to what actually happens in the UI.&lt;/p&gt;

&lt;p&gt;The tax code data is also available as an &lt;a href="https://www.npmjs.com/package/receipt-tax-codes" rel="noopener noreferrer"&gt;npm package&lt;/a&gt; and on &lt;a href="https://github.com/CheckoutReceipt/receipt-tax-codes" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;Built as part of &lt;a href="https://checkoutreceipt.com" rel="noopener noreferrer"&gt;CheckoutReceipt.com&lt;/a&gt;, a free receipt generator with store-specific templates for US retailers.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
