Skip to content

Talljack/chrome-extension-starter

Repository files navigation

Chrome Extension Starter Template

This is a starter template for building a Chrome Extension. It includes a basic manifest file and a popup page.

Prerequisites

Includes the following

Getting Started

  1. Use this template to create a new repository
  2. Use Vscode to open the project
  3. setup the project
     pnpm install

Build

pnpm build

Watch

pnpm run watch

Load extension to Chrome

  1. Open the Extension Management page by navigating to chrome://extensions.
  2. Load dist directory

Test

some test files in /src/background/test directory, you can write your owner tests.

pnpm test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published