crext
v1.0.7
Published
Create chrome extensions. A toolkit for creation chrome extensions with webpack and react
Downloads
23
Maintainers
Readme
Crext
Create react chrome extension toolkit (Create chrome extensions)
Quick Overview
npm i crext -gCreate react app browser extension works on chrome and firefox. If something doesn’t work or you have a proposal, please create an issue
Get started
Node version from 12.
npm
crext init my-ext
It will create a folder my-ext with new extension inside
cd my-extInside newly created project, run
npm installTo make all packages install correctly
npm start
Runs the extension app in development mode for chrome browser
crext start -b chrome -s dev // defined at scripts section in package.jsonor
npm start
npm run build
Builds the extension app for production use and delpoy to chrome webstore
crext build -b chrome -s prod // defined at scripts section in package.jsonor
npm run build:chromeLicense
Create Chrome Extensions is open source software licensed as MIT
