A simple wishlist to store your favorite things to buy.
SimpleWishlist is a chrome extension used for storing user's favorite items in a separate lists that user can edit and delete. This extension uses only local storage, user can't share data by using sync storage. This extension doesn't require to have any accounts from other applications. Everything is stored locally.
Extension Permissions:
1. Downloads - required for user to download wishlist data in a json file format (located in the extension's options). So if you wish to transfer all data to a different device you can download your wishlists and upload them after installing this extension.
2. Storage - required to store user defined wishlists and other variables that are needed for proper running of extension.
3. ActiveTab - required to run content.js script that gets images from a website. Images are used as preview for items stored in a wishlist. Also get activeTab URL so users don't have to do it manually every time they open extension.