A Chrome extension that reminds you to use cashback and coupon sites while shopping online.
| Content |
|---|
| 🌐 Shopping Site Detected! [✕] |
| 💰 Remember to use: |
| 💳 Cashback.co.il |
| 🏷️ ali-buy.com/aliexpress-coupons/ |
| 🔐 Aliexpress portals (Incognito) |
User browses web
↓
🔍 Extension detects URL
↓
Shopping site?
↙ ↘
YES NO
↓ ↓
🟢 Icon 🟡 Icon
turns turns
GREEN YELLOW
↓ ↓
💬 Popup (dormant)
appears
↓
User clicks link
↓
Opens in new tab
(or incognito for portals)
🎯 Auto-Detection — Detects when you visit shopping sites and automatically shows a reminder popup
💰 Cashback Links — Quick access to:
- Cashback.co.il
- ali-buy.com/aliexpress-coupons/
- AliExpress Portals (opens in incognito mode)
🎨 Visual Indicator — Icon changes color:
- 🟢 Green — On shopping sites (reminder active)
- 🟡 Yellow — On other sites (dormant)
🔔 Blinking Header — Eye-catching animated reminder
⏬ Compact Design — Fixed-size sidebar popup, doesn't obstruct browsing
| Feature | Icon | Description |
|---|---|---|
| Shopping Detection | 🎯 | Automatically detects shopping sites |
| Icon Indicator | 🟢🟡 | Green = active, Yellow = dormant |
| Popup Reminder | 💬 | Auto-opens compact sidebar on right |
| Quick Links | 🔗 | One-click access to cashback sites |
| Incognito Mode | 🔐 | AliExpress portals open privately |
| Easy Close | ✕ | Close popup with single click |
| Reopen | 🔔 | Click icon to show popup again |
| No Bloat | ⚡ | Lightweight, zero dependencies |
🟡 YELLOW 🟢 GREEN
(Default) (Shopping Site)
└─ Other websites └─ Amazon, AliExpress, etc.
└─ No popup shown └─ Popup auto-opens
- Amazon (all regions)
- AliExpress (all regions)
- eBay (all regions)
- Walmart
- Target
- Best Buy
- Etsy
- Wish
- Gearbest
- Banggood
- Booking.com
- Expedia
- Airbnb
- Trivago
-
Clone this repo:
git clone https://github.com/yourusername/RemindMe.git cd RemindMe -
Open Chrome and go to
chrome://extensions -
Enable Developer mode (toggle in top-right)
-
Click Load unpacked and select the
RemindMefolder -
Extension loads! Icon appears in toolbar
- Visit any supported shopping site
- Green icon appears + sidebar pops up on right
- Click links to access cashback/coupon sites
- Click ✕ to close popup (can reopen by clicking icon)
- Visit non-shopping sites → icon turns yellow, no popup
RemindMe/
├── manifest.json # Extension config (Manifest V3)
├── background.js # Handles icon switching & popup toggle
├── content-script.js # Detects shopping sites, injects sidebar
├── popup.css # Sidebar styling & animations
├── icons/
│ ├── icon-yellow-16.png
│ ├── icon-yellow-48.png
│ ├── icon-yellow-128.png
│ ├── icon-green-16.png
│ ├── icon-green-48.png
│ └── icon-green-128.png
├── LICENSE # MIT License
└── README.md # This file
| Component | Icon | Purpose |
|---|---|---|
| manifest.json | 📋 | Defines extension config & permissions |
| background.js | 🔧 | Icon switching & popup toggle logic |
| content-script.js | 📄 | Detects shopping sites & injects sidebar |
| popup.css | 🎨 | Styles & animations for sidebar |
| icons/ | 🖼️ | Yellow/Green indicator icons |
- Manifest V3 — Latest Chrome extension standard
- Vanilla JavaScript — No dependencies or frameworks
- CSS3 — Animations, flexbox, gradients
- Chrome APIs — tabs, windows, runtime, storage, action
Contributions welcome! Feel free to:
- Add more shopping sites
- Improve UI/UX
- Fix bugs
- Suggest features
MIT License — See LICENSE file for details
Found a bug? Have a suggestion? Open an issue