https://github.com/davidshq/amazon-list-search
A Chrome extension that adds a search functionality to Amazon's "Add to List" dropdown, making it easier to find and select the right list when adding items to your wishlist.
https://github.com/davidshq/amazon-list-search
amazon chrome extension
Last synced: 2 months ago
JSON representation
A Chrome extension that adds a search functionality to Amazon's "Add to List" dropdown, making it easier to find and select the right list when adding items to your wishlist.
- Host: GitHub
- URL: https://github.com/davidshq/amazon-list-search
- Owner: davidshq
- Created: 2025-06-23T10:31:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T11:57:13.000Z (about 1 year ago)
- Last Synced: 2026-02-08T23:47:39.360Z (5 months ago)
- Topics: amazon, chrome, extension
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Amazon List Search Chrome Extension
A Chrome extension that adds a search functionality to Amazon's "Add to List" dropdown, making it easier to find and select the right list when adding items to your wishlist.
## Authors
This was vibe coded first using ChatGPT and then Cursor.
## Features
- 🔍 **Real-time search**: Filter your lists as you type
## Installation
### From Source
1. Clone or download this repository
2. Open Chrome and navigate to `chrome://extensions/`
3. Enable "Developer mode" in the top right
4. Click "Load unpacked" and select the extension folder
5. The extension will now be active on Amazon.com
## Usage
1. Navigate to any product page on Amazon.com
2. Click the "Add to List" button
3. A search box will appear above your lists
4. Type to filter your lists in real-time
5. Click on the desired list to add the item
## Technical Details
- **Manifest Version**: 3 (latest Chrome extension standard)
- **Permissions**: Only `scripting` permission required
- **Target Sites**: Amazon.com product pages
- **Browser Support**: Chrome and Chromium-based browsers
## Development
The extension consists of two main files:
- `manifest.json`: Extension configuration and permissions
- `content.js`: Main functionality that injects the search box
## Contributing
Feel free to submit issues or pull requests to improve the extension.
## License
This project is open source and available under the MIT License.