Skip to content

Instantly share code, notes, and snippets.

How to Create a Chrome Extension (Manifest V3)

Overview

This documentation explains how to build a basic Chrome Extension using Manifest V3.
The example creates a popup with a button. Clicking the button triggers an alert.


Prerequisites

  • Google Chrome (latest version)