Gathering detailed insights and metrics for vue-cli-plugin-chrome-ext
Gathering detailed insights and metrics for vue-cli-plugin-chrome-ext
Gathering detailed insights and metrics for vue-cli-plugin-chrome-ext
Gathering detailed insights and metrics for vue-cli-plugin-chrome-ext
vue cli plugin that setup vue project for chrome extension
npm install vue-cli-plugin-chrome-ext
Typescript
Module System
Node Version
NPM Version
71.8
Supply Chain
91.6
Quality
75.6
Maintenance
100
Vulnerability
100
License
JavaScript (49.69%)
HTML (22.74%)
Vue (15.82%)
Shell (7.12%)
TypeScript (4.63%)
Total Downloads
61,229
Last Day
76
Last Week
410
Last Month
2,376
Last Year
15,819
MIT License
93 Stars
21 Commits
10 Forks
3 Watchers
1 Branches
2 Contributors
Updated on Apr 02, 2025
Latest Version
0.0.5
Package Id
vue-cli-plugin-chrome-ext@0.0.5
Unpacked Size
30.31 kB
Size
21.95 kB
File Count
27
NPM Version
6.4.1
Node Version
9.11.2
Cumulative downloads
Total Downloads
Last Day
153.3%
76
Compared to previous day
Last Week
-2.8%
410
Compared to previous week
Last Month
-13%
2,376
Compared to previous month
Last Year
16.4%
15,819
Compared to previous year
Start a chrome extension project with Vue-CLI with ease!

Logo from FontAwesome
This plugin is meant for using new project for chrome extensions. Tested on default project of Vue, Vue with TypeScript
vue create test-project
, and select typescript without class-style component syntaxvue add chrome-ext
.src/main.ts
, src/components
, public/favicon.ico
and public/index.html
vue create test-project
.vue add chrome-ext
.src/main.js
, src/components
, public/favicon.ico
and public/index.html
npm run build-watch
and a dist
file will be generated. Install Extension Reloader to reload chrome extensions easily everytime you reload.Install Extension Reloader to reload chrome extensions easily everytime you reload. (take note that when u change manifest.json file, it will not automatically load, you need to remove and add the chrome extensions)npm run build
and zip it and deploy onto chrome store.vue add typescript
)Currently, testing is done manually with the file ./auto.sh
, by passing -r
flag, it will delete the initial file generated.
Test production code in npm as well with ./prod.sh
.
Vue CLI prompt is based on inquirer.js api.
MIT
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 1/20 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
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
SAST tool is not run on all commits -- score normalized to 0
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