This is the Google Chrome extension for Universal Wish List, which allows you to add items to your wish lists without leaving the shopping website.
Note: This extension is in development and currently stubs out any API access. Stubs output can be found in the console, accessible through the Inspect window for the extension.
Instructions taken from the Chrome Hello World tutorial.
- Clone the repository (instructions to come).
- Open Google Chrome and go to
chrome://extensions. - Enable Developer Mode by toggling the switch next to Developer mode.
- Click the Load unpacked button and select the directory where you cloned the repository.
The extension is now cloned, you can access it from the puzzle icon in the top right and, optionally, can pin it for easy access.
In chrome://extensions there is a reload button on the panel for this extension. Click it to reload the extension to match any changes made in this directory.
- View the console log by opening the popup window, right clicking it and selecting Inspect. Then select the Console panel from the top.
- If there's an error, an Error button will show up in
chrome://extensions. If you click it you can see details about the errors.