I am trying to make a node.js app using node-webkit . Is it possible to load a chrome extension in node-webkit window and make it appear as it appear in chrome browser
I have gone through this but I am only able to understand that it can load NPAPI plugin. Is there a way to convert chrome extension to NPAPI plugin?
Loading Chrome extensions is supported now with '--load-extension' switch from Chromium.
Previously, since node-webkit was based on Content Layer of Chromium, where there was no Extension support.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With