electron-extensions
electron-extensions copied to clipboard
electron-extensions 7.0.0
This version is a complete rewrite of the package to use the new Electron's native-backed extensions system directly from Chromium. The API will completely change.
Expect it to:
- be more stable
- be much more performant, since the important parts like background pages or content_scripts aren't implemented in JS anymore
- be smaller in bundle size
- have more APIs
- have more user-friendly API to use in an Electron app
First, thank you for creating and maintaining this lib.
Any ETA for this version?
@saenzramiro 7.0.0-beta.2 is already there. It's beta, because it has no docs.
@sentialx Where is the source code for the beta?
Oh, I see. It's just the latest master
branch. 😁
Is there any chance the betas could be tagged on GH for safe installation?