Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Chrome Extensions

NPM version NPM downloads

Support for Chrome Extensions in Electron apps

Usage

var chromeExtensions = require('electron-chrome-extensions')

webview.addEventListener('dom-ready', () => {
  chromeExtensions.load(chromeExtensions.defaultPath, (err, extensions) => {
    extensions.forEach((extension) => {
      chromeExtensions.addToWebview(webview, extension, (err) => {
      })
    })
  })
})

Installation

npm install electron-chrome-extensions --save

License

MIT license

About

Support for Chrome Extensions in Electron apps

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages