Socket
Book a DemoInstallSign in
Socket

electron-extension-installer

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

electron-extension-installer

Install any extension into electron

latest
Source
npmnpm
Version
2.0.1
Version published
Weekly downloads
7.4K
4.15%
Maintainers
1
Weekly downloads
 
Created
Source

Electron Extension Installer

npm Version License

Introduction

This library is a modernized version of electron-devtools-installer. It is tested and works on up to electron v24. Min electron version is v11.

Getting Started

yarn add electron-extension-installer

or

npm i --save electron-extension-installer

Usage

import { installExtension, REACT_DEVELOPER_TOOLS } from "electron-extension-installer";

app.on("ready", async () => {
  await installExtension(REACT_DEVELOPER_TOOLS, {
    loadExtensionOptions: {
      allowFileAccess: true,
    },
  });
});

Keywords

electron

FAQs

Package last updated on 31 Oct 2025

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