https://github.com/extend-chrome/typescript-chrome-extension-starter
Get started writing a Chrome extension in TypeScript!
https://github.com/extend-chrome/typescript-chrome-extension-starter
Last synced: 9 months ago
JSON representation
Get started writing a Chrome extension in TypeScript!
- Host: GitHub
- URL: https://github.com/extend-chrome/typescript-chrome-extension-starter
- Owner: extend-chrome
- Created: 2020-06-18T22:04:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T06:10:32.000Z (almost 3 years ago)
- Last Synced: 2025-07-05T08:06:21.693Z (about 1 year ago)
- Language: JavaScript
- Size: 154 KB
- Stars: 18
- Watchers: 0
- Forks: 6
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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!