A minimal, tabbed web browser with support for Chrome extensions—built on Electron.
Name | Description |
---|---|
shell | A minimal, tabbed web browser used as a testbed for development of Chrome extension support. |
electron-chrome-extensions | Adds additional API support for Chrome extensions to Electron. |
electron-chrome-context-menu | Chrome context menu for Electron browsers. |
# Get the code
git clone git@github.com:samuelmaddock/electron-browser-shell.git
cd electron-browser-shell
# Install and launch the browser
yarn
yarn start
Load unpacked extensions into ./extensions
then launch the browser.
chrome.tabs
extensions APIchrome.*
extension APIschrome.*
extension APIswebRequest
blocking implementationAuthor: djcas9
Source Code: https://github.com/djcas9/electron-browser-shell
License: GPL-3.0 license