Hello, I encounter a problem:I want to use a chrome extension in my nwjs app, but failed.
I searched many methods by google, but I can not find a useful way.
I try these:
1. “chromium-args”:"--enable-extensions --load-extension=office"
2. “chromium-args”:"--load-extension=office"
"office" is a folder of extension about an online office edit extension.It was unzip by a .crx file. The folder come from chrome app store as follow:
In my project , as follow:
My nwjs version is nwjs-sdk-v0.14.6-win-ia32.
Later, I find that my nwjs app in fact is an extension, right? can I use this office extension in my extension?
I am a new commer of nwjs delevop, in fact I am a newer of nodejs, javascript. But I like trying.
Hope you help me,thank you very much.