New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

dot-extension-manager

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dot-extension-manager

Chromium Extensions integrated into ElectronJS

latest
Source
npmnpm
Version
1.0.2
Version published
Weekly downloads
13
-23.53%
Maintainers
1
Weekly downloads
 
Created
Source

Dot Extensions

Allows you to use Chromium extensions in Electron

⏬ Installation

$ npm i dot-extension-manager

🚦 Usage

The library is really easy-to-use. All you have to do is to put the following code in your main process:

import { ExtensibleSession } from 'electron-extensions';
import { app, session } from 'electron';

app.on('ready', () => {
  ...
  const extensions = new ExtensibleSession(session.defaultSession);
  extensions.loadExtension('C:/.../abcdefghijklmnoprstuwxyz'); // Path to the extension to load
  ...
});

🤝 Support

For support, join our support discord server.

Discord

📄 Documentation

Head over to our wiki page for documentation.

🧱 Built With

  • NodeJS - The server environment
  • Electron - Desktop App environment

🖋 Authors

🤵 License

This project is licensed under the MIT License - see the LICENSE file for details

Keywords

electron

FAQs

Package last updated on 07 Jul 2019

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