This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
This project proposal isnt actually gonna be implemented, its just a project for our english for business subject. Our project aims to make a chrome extension that when clicked, will view the item in your current website or online store website, and if its a skin whitening productl itd identify the various ingredients in it that may be harmful to the body. The issue is, I have no idea how to code, so I asked chatGPT and here is irs input:
Objective
The goal of this project is to develop a Chrome extension that identifies toxic ingredients in skin whitening products. This tool will empower consumers to make safer choices by providing instant analysis of product ingredients found on online retail sites.
Workflow
1. User Interaction: When a user is browsing an online shop and clicks the extension, it activates on the current page.
2. Product Identification: The extension checks if the current page is displaying a skincare product.
3. Ingredient Extraction: It extracts the list of ingredients from the product description.
4. Toxicity Analysis: The extension compares the extracted ingredients against a predefined list of toxic substances.
5. Result Display: The results are displayed to the user in a popup, highlighting any toxic ingredients found.
Technical Implementation
1. Manifest File: Defines the extension’s metadata, permissions, and scripts used.
2. Content Script: Runs on product pages to extract ingredient information.
3. Background Script: Manages the logic for identifying and analyzing ingredients.
4. Popup Interface: Displays the analysis results to the user.
Can someone provide me with help if this is actually accurate? Or can someone provide me with more technical knowledge for this.
Subreddit
Post Details
- Posted
- 5 months ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/AskProgramm...