MarshallOfSound / electron-devtools-installer

An easy way to ensure Chrome DevTools extensions into Electron
MIT License
1.11k stars 136 forks source link

Added custom session and chrome version #210

Open julianmesa-gitkraken opened 2 years ago

julianmesa-gitkraken commented 2 years ago

Now you can use a custom session instead session.defaultSession The electron chrome version is used to download the right crx extension from Chrome Web Store instead pass chrome version 32.

julianmesa-gitkraken commented 2 years ago

@MarshallOfSound Can you take a look?