Build a Browser Extension

Chrome extensions let you add functionality to your browser. They're surprisingly easy to build and incredibly useful for productivity tools.

šŸŽÆ What You'll Build

A "Quick Notes" extension — click the icon to jot down notes that persist across browser sessions.

Extension Structure

my-extension/
ā”œā”€ā”€ manifest.json    # Extension config
ā”œā”€ā”€ popup.html       # UI when clicked
ā”œā”€ā”€ popup.js         # Extension logic
ā”œā”€ā”€ styles.css       # Styling
└── icons/           # Extension icons

šŸ’” Extension Ideas for PMs

  • • Meeting timer that shows cost based on attendees
  • • Quick feedback collector for user research
  • • Tab organizer for different projects
  • • Screenshot + annotation tool