0

can we create a chrome extension for electron app with our existing codebase easily?

If yes,can someone guide me how?

sorry if it's a silly question, i am new to these stuffs!

Thanks in advance!

moni sogani
  • 278
  • 2
  • 13

2 Answers2

1

Yes, this is possible in Electron as of v1.8.4: BrowserWindow.addExtension()

tzmartin
  • 96
  • 7
0

It is a silly question, as Electron runtime has nothing to do with Chrome. So you can't make a Chrome extension for it.

The question is a bit more curious when you ask about nwjs, as it shares the JS engine with Chrome. There is some hope, but only hope. Do read that question anyway - it provides some insight.

Xan
  • 74,770
  • 16
  • 179
  • 206