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