An open API service indexing awesome lists of open source software.

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.

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.