This Chrome extension adds the tag=<MY_LINK_TAG>
parameter to every Amazon URL and was originally developed for http://sempervideo.de
amazonLinkModifier.crx (Configured for sempervideo-21
)
- Adds
tag
parameter to all Amazon URLs - Displays notification if parameter could not be set
- Full localization support
- Modify line 26 of extension/eventPage.js
from:"tag": "sempervideo-21"
to:"tag": "<INSERT YOUR TAG HERE>"
- Change images and localization files
- Install it in Chrome
- Send me a message, if you like it!
Path | Description
----------------------- | ------------------------------------------------ ./ | General supporting files ./release | Released versions supplied by update.xml file ./extension | Actual content, which gets packed into .crx file ./extension/unitTest.js | Tests for extesion functionality (disabled in packed version)