Sample electron app without webuiextension window #26
Replies: 2 comments
-
Usage examples are included in the readme of the electron-chrome-extensions package: https://github.com/samuelmaddock/electron-browser-shell/tree/master/packages/electron-chrome-extensions#usage |
Beta Was this translation helpful? Give feedback.
0 replies
-
Update: Thanks!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created sample electron app following:https://www.electronjs.org/docs/tutorial/quick-start. My intention is to install electron & electron-chrome-extensions to see independently how this node module works with any custom electron application.
I did the steps below:
if i want to add "
extensions.addTab...
" code to any Electron app what and all need to be cut?What I did are:
Beta Was this translation helpful? Give feedback.
All reactions