electron-extensions icon indicating copy to clipboard operation
electron-extensions copied to clipboard

Implementation of Chrome extension APIs for Electron

Results 8 electron-extensions issues
Sort by recently updated
recently updated
newest added

Hi, I tried to load the PDF.JS as an extension but Electron doesn't respect it. Any idea how can be achieved? Thanks!

I had installed the electron-extensions package in my existing working Electron sample. Pasted below lines into main process: `import { ExtensibleSession } from 'electron-extensions/main'; import { app } from 'electron';...

According to [MDN](https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/onBeforeRequest), Firefox 52 added support for returning promises from listeners in onBeforeRequest. Would you be down for a PR to add support for this functionality? I still don't...

[email protected], [email protected], [email protected] I'm trying to run ublock origin within my extension. There's no apparent errors while loading, but I'm unable to load the `electron-extension://` page for the `popupPage`, and...

Update: some of the extensions APIs are supported by the new Electron native Chrome extensions system, for reference: https://github.com/electron/electron/blob/master/docs/api/extensions.md Aside that, this package brings support for more APIs and provides...

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...

- [x] `uBlock Origin` - [x] `Grammarly` - [x] `LastPass` - [x] `Dark Reader` - [x] `TamperMonkey` - [ ] `1Password X` - [x] `Simplify Gmail` - [x] `Boomerang` -...

Despite the complexity of Chrome APIs. currently `electron-extensions` has no tests. It's really easy to find bugs in the current APIs implementation unless it will have tests. However it's really...

tests