dot-extension-manager
v1.0.2
Published
Chromium Extensions integrated into ElectronJS
Downloads
9
Maintainers
Readme
⏬ 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.
📄 Documentation
Head over to our wiki page for documentation.
🧱 Built With
🖋 Authors
- Wexond Authors - Main Developers - Wexond Authors
- Ender aka EnderDev - Main Developer - EnderDev
🤵 License
This project is licensed under the MIT License - see the LICENSE file for details