ceoimon / extension-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Chrome Extension with React + Webpack + Typescript + Hot-Reloading

Development

Install dependencies:

yarn

Start hot-reload compiling:

yarn start

Install the unpacked extension:

See Getting Started Tutorial

Build

NOTE: For security reasons, you should remove or change content_security_policy field in manifest.json before you publish the extension

yarn build

About


Languages

Language:TypeScript 71.0%Language:JavaScript 21.6%Language:HTML 4.1%Language:CSS 2.0%Language:Shell 1.3%