crext

1.0.7 • Public • Published

Crext

Create react chrome extension toolkit (Create chrome extensions)

Quick Overview

npm i crext -g

Create 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

Screenshot

It will create a foldermy-ext with new extension inside

cd my-ext

Inside newly created project, run

npm install

To 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.json

or

npm start

Screenshot

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.json

or

npm run build:chrome

License

Create Chrome Extensions is open source software licensed as MIT

/crext/

    Package Sidebar

    Install

    npm i crext

    Weekly Downloads

    2

    Version

    1.0.7

    License

    MIT

    Unpacked Size

    364 kB

    Total Files

    47

    Last publish

    Collaborators

    • dmitry.tuzenkov