Chrome Extension, TypeScript and Visual Studio Code
- node + npm (Current Version)
- TypeScript
- Webpack
- Moment.js
- jQuery
- Example Code
- Chrome Storage
- Options Version 2
- content script
- count up badge number
- background
- src: TypeScript source files
- dist: Chrome Extension directory
- dist/js: Generated JavaScript files
npm install --global gulp-cli
npm install
...
gulp build
gulp watch
Run watch mode.
type Ctrl + Shift + B
Load dist
directory
This will increment the build number in the manifest.json and create the .zip file needed for the app store.
gulp package