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