electron-extension-installer
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

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,
    },
  });
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.2.0
    8,000
    • latest

Version History

Package Sidebar

Install

npm i electron-extension-installer

Weekly Downloads

8,019

Version

1.2.0

License

MIT

Unpacked Size

30.4 kB

Total Files

15

Last publish

Collaborators

  • jonluca