Skip to content

Hyperdraw/PlugPlex

Repository files navigation

PlugPlex

This project is in early development

PlugPlex is a simple system for web browser plugins. Plugins are no longer supported most modern browsers, but sometimes it is necessary to bring platform native features into javascript for web pages. With PlugPlex, you can install .NET assemblies as web plugins that are shared between browsers and bring powerful features to the internet.

Download (Zip)

Download (Installer)

Building

To build PlugPlex, you will need Visual Studio 2017. Simply clone or download this repository and build the solution in Visual Studio. The files will be output to PlugPlex/bin.

Making Plugs

To learn how to make plugs, check out the sample plug, and read the plug development guide.

Contributing

If you want to help develop the PlugPlex project, go here.