Skip to content

AbhinavS96/Chrome-Extension-TypeScript-Boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chrome Extension TypeScript Boilerplate


Develop a chrome extension using TypeScript. The code is transpiled into JavaScript using Gulp.js
Steps to get started:
  1. Install dependancies: npm install
  2. To generate dev version (the task will keep running as you keep making changes): npm run dev
  3. To generate production version: npm run prod
  4. The code will be generated inside /dist. Load unpacked extension to Chrome to test

The manifest.json and manifest.PROD.json are meant to be used as different environments (same with config.json and config.PROD.json). The appropriate file should be edited depending on whether you are generating the dev version or the prod version.

About

Develop chrome extensions in TypeScript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published