Skip to content

okaryo/chrome-extension-tsx-template

Repository files navigation

chrome-extension-tsx-template

A template for developing Chrome extensions using TSX!

Features

This template supports the following features.

  • React
  • TypeScript
  • Webpack
  • Jest
  • ESLint
  • Github Actions(Test and Lint on push)

You can add or remove features as needed.

Usage

  1. clone this repository
  2. run npm i to install packages
  3. run npm run dev to build files on development mode or run npm run watch on watch mode
  4. develop your own extensions(see below for more details #Development)
  5. when you are done developing, run npm run build to build on production mode and submit to chrome store

Development

  1. build files by running npm run (dev|watch|build)
  2. access chrome://extensions on your chrome browser
  3. click Load unpacked and select dist directory chrome://extensions
  4. enjoy developing your own extensions!

About

A template for developing Chrome extensions using TSX.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published