Socket
Socket
Sign inDemoInstall

electron-devtools-installer-offline

Package Overview
Dependencies
109
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    electron-devtools-installer-offline

An easy way to install Dev Tools extensions into Electron applications


Version published
Weekly downloads
6
increased by500%
Maintainers
1
Install size
11.0 MB
Created
Weekly downloads
 

Readme

Source

Electron DevTools Offline Installer

Base on electron-devtools-installer, add offline extensions folder install support.

Why

Because in somewhere can not connect ChromeStore, so add offline install support.

The extensions folder is store extensions file. When install extensions, will looking for the folder, if doesn't exits then connect ChromeStore to download.

Install

$ npm install electron-devtools-installer-offline --save-dev

Usage

import installExtension, {
  REACT_DEVELOPER_TOOLS
} from 'electron-devtools-installer-offline';

installExtension(REACT_DEVELOPER_TOOLS);

Support offline extensions, these extensions are all download already in extensions folder.

import installExtension, {
  EMBER_INSPECTOR, REACT_DEVELOPER_TOOLS,
  ANGULARJS_BATARANG, VUEJS_DEVTOOLS,
  REDUX_DEVTOOLS,
} from 'electron-devtools-installer-offline';

API

installExtension(chromeStoreID, forceDownload=false)

Install DevTool extensions into Electron.

  • chromeStoreID is ChromeStore ID of the extension
  • forceDownload set true will ignore the offline extensions files.

Keywords

FAQs

Last updated on 18 Jul 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc