Amazon Link Simplifier is a Chrome extension that simplifies Amazon product URLs with a single click. It removes unnecessary parameters from the URL, leaving only the essential product identifier.
- Simplifies Amazon product URLs to their basic form
- Works with a single click on the extension icon
- Supports both www.amazon.com and amazon.com domains
- Clone this repository or download the source code.
- Open Google Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- Navigate to an Amazon product page.
- Click the Amazon Link Simplifier icon in your Chrome toolbar.
- The URL will be automatically simplified and the page will reload with the new, cleaner URL.
manifest.json
: Extension configuration filebackground.js
: Contains the main logic for URL simplificationicon16.png
,icon48.png
,icon128.png
: Icons in PNG format
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.