electron-browser-shell icon indicating copy to clipboard operation
electron-browser-shell copied to clipboard

A minimal, tabbed web browser with support for Chrome extensions—built on Electron.

Results 63 electron-browser-shell issues
Sort by recently updated
recently updated
newest added

Non-persistent background scripts are shutdown when not running any active tasks. Chromium's implementation of extension API events will wake background hosts and queue up events for them. Without the ability...

enhancement
electron-contrib-required

When loading an extension from a directory, it can useful to know whether it will be supported. It makes sense to provide such an API with the `electron-chrome-extensions` module itself...

enhancement

[Native messaging](https://developer.chrome.com/docs/apps/nativeMessaging/) is the ability for Chrome extensions to communicate with native apps installed on the desktop. This is not implemented in Electron as most of the code for doing...

enhancement

It's difficult to tell from the GIF below, but the Grammarly extension blinks a few times while opening. ![2021-06-13_17-07-41](https://user-images.githubusercontent.com/1656324/121821899-f6d94a80-cc69-11eb-9f3a-72f00eca8e3c.gif)

bug

Some extension popups are positioned incorrectly with multi-monitor setups. My primary is 4k with 150% UI scaling while the secondary is 1080p with 100% scaling. The particular extension with this...

bug

Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...

dependencies

I have integrated this NPM module into my browser, after closing and re-opening, the extension state is not saved. Why so?

When logging in from Grammarly, it redirects me to a sign-in page but after sign-in nothing really happens. Grammarly extension stays logged out. PS: I am using google sign-in. I...

I spent quite a long time to package into an exe, I hope the project can add this part of the configuration I Configure electron-forge in the root directory. in...

Hello i'm currently trying to add a extension to the project : https://github.com/ferdium/ferdium-app/. Do you have a package just to add the extension module to a other project ?