/lattice-labs

Primary LanguageTypeScriptMIT LicenseMIT

Chrome Extension TypeScript Starter

build

Chrome Extension, TypeScript and Visual Studio Code

Prerequisites

Option

Includes the following

  • TypeScript
  • Webpack
  • React
  • Jest
  • Example Code
    • Chrome Storage
    • Options Version 2
    • content script
    • count up badge number
    • background

Project Structure

  • src/typescript: TypeScript source files
  • src/assets: static files
  • dist: Chrome Extension directory
  • dist/js: Generated JavaScript files

Setup

npm install
npm run build

Navigate to chrome://extensions/, toggle "Developer mode" on. Click on "Load unpacked" then navigate to the repo and "Select". Toggle the "Lattice labs" extension on.

While developing, you can run npm run watch and reload via chrome://extensions/ to watch your changes

Import as Visual Studio Code project

...

Build

npm run build

Build in watch mode

terminal

npm run watch

Visual Studio Code

Run watch mode.

type Ctrl + Shift + B

Load extension to chrome

Load dist directory

Test

npx jest or npm run test