1.2.0 • Published 12 months ago

electron-extension-installer v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

12 months ago

1.1.1

12 months ago

1.1.0

1 year ago

1.1.3

12 months ago

1.1.2

12 months ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago