Skip to content

ebukaodini/chrome-extension-template

 
 

Repository files navigation

TypeScript Chrome Extension Starter Project

Get started writing a Chrome extension in TypeScript!

This starter is ready to go. It has everything configured: TypeScript, Rollup, eslint, Prettier, and even a schema for your manifest.json file. It's React ready and has some basic VS Code settings.

Quit reading this, clone the repo, and start creating something great!

Setup

1. Clone repo

npx degit https://github.com/ebukaodini/chrome-extension-template.git sample-extension

2. Install packages

npm i

3. Start service

npm run start:dev

About

Get started writing a Chrome extension in TypeScript!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 84.7%
  • TypeScript 15.3%