Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 767 Bytes

File metadata and controls

23 lines (13 loc) · 767 Bytes

Chrome Extension Typescript Boiler Plate

Minimum setting for creating Chrome extensions with TypeScript

How to use this repository

  1. fork
  2. clone -> npm i
  3. build
  • npm run build

  • npm run build --watch

    Changes to the files below src are automatically converted to build files. ( Please use the npm run build command when you add the file below public. )

  1. chrome://extension -> upload
alt
  1. Create your own extensions.!!!!! 👏