Goal
Create a small Chrome extension (Manifest V3) that:
- Detects “People also ask” questions on a Google results page
- Extracts the question text
- Downloads a CSV automatically
Prereqs
- Google Chrome installed
- A code editor (VS Code recommended)
- Basic familiarity with folders + JSON files
Step 1 — Create the extension folder
Create a new folder anywhere, e.g.:
paa-scraper/
Inside it, create these files:
manifest.json
content.js
background.js
popup.html
popup.js