You are required to make a Chrome Extension that scrapes product information from sites like https://world.taobao.com/ or https://www.1688.com/. Let’s start with 1688 site first.
Create a Chrome Extension
Go to 1688.com and visit any collection page.
If you visit a collection/category page, you will see many products. Our extension will add a button to each product div. When a user hover their mouse over a product image, the button appears. For now, create an alert that shows “Clicked a button”. Remember, there should be one button per product and it should only appear on mouse hover.