https://github.com/if1live/webshell-window
chrome app to open web shell in separate window
https://github.com/if1live/webshell-window
Last synced: 2 months ago
JSON representation
chrome app to open web shell in separate window
- Host: GitHub
- URL: https://github.com/if1live/webshell-window
- Owner: if1live
- Created: 2018-02-16T10:00:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-17T07:40:27.000Z (over 7 years ago)
- Last Synced: 2025-02-02T18:14:31.133Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# webshell window
chrome app to open web shell in separate window

## features
* open web shell in separate window
* open 'http://127.0.0.1:7681' in seperate window
* port 7681 is default port of [ttyd][repo-ttyd]
* open multiple web shell window## install
0. install [ttyd][repo-ttyd]
1. git clone
2. open the browser chrome and keyin the value "chrome://extensions/" into URL bar.
3. click the checkbox of developer mode to enable developer mode.
4. click the button "Load unpacked extension" and choose the directory "webshell-window"## note
based on `Crosh Window` extension.## icon
[repo-ttyd]: https://github.com/tsl0922/ttyd