Build a Chrome extension to help manually collect images from stock photo sites

Job ID: 31267418

Budget: $30 – $250 AUD

Build a Chrome extension to help collect images from stock photo sites like unsplash.com and save them in to AWS S3 buckets

(Resize, rename and save images in to different buckets in AWS cloud)

(Extension is for private use only - not for distribution)

Requirements:

1. For an image, the user must be able to set some options in the extension ui with radio buttons
2. The selected options should be saved as comma separated key-value pairs(property: value) in a simple text file with the same name as the image.
3. Resize the image to fit in a 1200 x 1200 pixel box
4. When the options are selected, show a counter in the plugin, showing how many images are there( in the AWS S3 bucket where this image is going)
5. Rename the file to 000000_OriginalName [6 digit counter]
6. Save button enabled only when all of the questions are answered
7. Upload the image to named buckets in AWS (based on the options selected in the radio buttons)
8. The properties and values for making the plugin will be specified in a properties.json file(see attachment):

Reference UI Design attached