Gathering detailed insights and metrics for crext
Gathering detailed insights and metrics for crext
Gathering detailed insights and metrics for crext
Gathering detailed insights and metrics for crext
npm install crext
Typescript
Module System
Node Version
NPM Version
JavaScript (93.02%)
CSS (4.02%)
Shell (1.88%)
HTML (1.09%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
10 Stars
35 Commits
3 Watchers
1 Branches
3 Contributors
Updated on Jan 04, 2021
Latest Version
1.0.7
Package Id
crext@1.0.7
Unpacked Size
355.27 kB
Size
101.63 kB
File Count
47
NPM Version
6.13.4
Node Version
12.16.1
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
28
Create react chrome extension toolkit (Create chrome extensions)
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
Node version from 12.
crext init my-ext
It will create a folder my-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
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
Create Chrome Extensions is open source software licensed as MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
80 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More