1.0.2 • Published 5 years ago

dot-extension-manager v1.0.2

Weekly downloads
10
License
-
Repository
github
Last release
5 years ago

⏬ 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

🖋 Authors

🤵 License

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