Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nwjs-crx

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nwjs-crx

Install Chrome/Edge extension for NW.js.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

nwjs-crx

Install Chrome/Edge extension for NW.js.

Install

npm install nwjs-crx

Usage

  1. Install extension:
nwjs-crx install olofadcdnkkjdfgjcmjaadnlehnnihnl edge
  1. Add extension path to package.json of your NW.js app:
  "chromium-args": "--load-extension='./node_modules/nwjs-crx/extensions/vue.js-devtools'"

Install extension

CLI
# Install by extension url:
nwjs-crx install $url

# Install by extension id and source ("chrome" or "edge"):
nwjs-crx install $extensionId $source

# List installed extensions:
nwjs-crx list
Programming
const nwCrx = require("nwjs-crx");

// Install by extension url
nwCrx.install(
  "https://microsoftedge.microsoft.com/addons/detail/vuejs-devtools/olofadcdnkkjdfgjcmjaadnlehnnihnl"
);

// Install by extension id and source ("chrome" or "edge")
nwCrx.install("olofadcdnkkjdfgjcmjaadnlehnnihnl", "edge");

// List installed extensions
console.log(nwCrx.list());

Use extension

Add extension path to package.json of your NW.js app:

  "chromium-args": "--load-extension='extension1,extension2'"

Keywords

FAQs

Package last updated on 11 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc