https://github.com/jhen0409/hyperterm-install-devtools
Install DevTools extension via Chrome Web Store on HyperTerm
https://github.com/jhen0409/hyperterm-install-devtools
Last synced: 2 days ago
JSON representation
Install DevTools extension via Chrome Web Store on HyperTerm
- Host: GitHub
- URL: https://github.com/jhen0409/hyperterm-install-devtools
- Owner: jhen0409
- License: mit
- Created: 2016-07-19T01:26:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-23T20:56:35.000Z (about 9 years ago)
- Last Synced: 2025-01-12T05:50:22.402Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 12
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hyperterm-install-devtools
> Install DevTools extension via Chrome Web Store on [HyperTerm](https://hyperterm.org), used [electron-devtools-installer](https://github.com/GPMDP/electron-devtools-installer).

> Use [React Developer Tools](https://github.com/facebook/react-devtools) on web page (Open DevTools by [hyperterm-open-devtools](https://www.npmjs.com/package/hyperterm-open-devtools))
## Install
Add `hyperterm-install-devtools` to the plugins list in your `~/.hyperterm.js` config file.
## Config of install extensions
You can set `installDevTools` in `~/.hyperterm.js` config file:
```
config: {
...
installDevTools: {
extensions: [
'REACT_DEVELOPER_TOOLS',
'REDUX_DEVTOOLS'
],
forceDownload: false
}
}
```You need restart app to apply the config.
See [`What extensions can I use`](https://github.com/GPMDP/electron-devtools-installer#what-extensions-can-i-use) for more information.
## License
[MIT](LICENSE.md)