Stop waiting for the perfect productivity tool. Build your own Chrome extensions using the web skills you already have.
#1about 2 minutes
Understanding the core components of a Chrome extension
Chrome extensions are built from components like background scripts for events, content scripts for page modification, and UI elements for user interaction.
#2about 3 minutes
Creating the initial manifest.json for your extension
Every Chrome extension starts with a mandatory manifest.json file that requires three key fields: name, version, and manifest_version.
#3about 2 minutes
Customizing your extension with an icon and description
Enhance your extension's presentation in the management page by adding `icons` and a `description` to the manifest.json file.
#4about 5 minutes
Building a focus extension to redirect distracting websites
Use a background script with the `chrome.webRequest` API to intercept and redirect navigation from specified URLs to a more productive page.
#5about 3 minutes
Requesting API permissions and debugging your extension
To use powerful Chrome APIs like `webRequest`, you must declare them in the `permissions` field of your manifest and use the management page to inspect errors.
#6about 4 minutes
Building a reminder extension for work-life balance
A second extension example demonstrates how to create a tool that reminds you to stop working after a set amount of time to improve work-life balance.
#7about 5 minutes
Creating a popup UI using a browser action
Add an interactive popup to your extension by defining a `browser_action` in the manifest that points to an HTML file for the UI.
#8about 3 minutes
Setting and canceling timers with the Alarms API
Use JavaScript in your popup to interact with the `chrome.alarms` API, allowing users to create and cancel timed events.
#9about 6 minutes
Triggering system notifications from a background script
Listen for alarm events in a background script and use the `chrome.notifications` API to display a system notification to the user.
#10about 2 minutes
Final steps for publishing to the Chrome Web Store
To share your creation, you need to create a developer account, upload your extension folder, and submit it for review on the Chrome Web Store.
Related jobs
Jobs that call for the skills explored in this talk.
Why Developers are So Excited About PretextPretext is a new JavaScript and TypeScript library from Cheng Lou - previously a React core developer - that crossed 7,000 GitHub stars in three days to get the entire tech world talking recently.
The demos that spread were visually striking: dragon...
Chris Heilmann
Building a "shoutout" component in plain HTML/CSS/JavaScriptEvery Wednesday we meet at noon to talk about a lot of tech news, tools and resources in something we call WeAreDevelopers Live . We go live on YouTube and afterwards we cut out short videos to post on social media. What we needed was an obvious “sho...
Daniel Cranney, Chris Heilmann
Dev Digest 215: Agent Memory, JS2026, Googlebot Analysis & Canvas❤️HTMLInside last week’s Dev Digest 215 .
🗿 Make AI talk like a caveman
🧠 A guide to context engineering for LLMs
🤖 Simon Willison on agentic engineering
🔐 Axios supply chain attack post mortem
🛡️ Designing AI agents to resist prompt injection
🎨 HTML in c...
Daniel Cranney
The Overflow: 5 Security and Privacy Tools for DevelopersWe’re back again with another edition of the Overflow, where we share some of the best tools we’ve found from around the web that we just couldn’t cram into the already jam-packed editions of the Dev Digest.
So let’s take a look at five security and ...
From learning to earning
Jobs that call for the skills explored in this talk.