Update README.md
This commit is contained in:
parent
5131ece78c
commit
e7f6e06ae9
1 changed files with 13 additions and 1 deletions
|
@ -3,5 +3,17 @@
|
|||
This contains files for the Thorium Content Shell, a minimal shell similar to WebView on Android (in fact WebView is based on it). \
|
||||
See > https://chromium.googlesource.com/chromium/src.git/+/HEAD/docs/testing/web_tests_in_content_shell.md
|
||||
|
||||
## Usage
|
||||
Thorium Shell can be used to open a minimal Thorium window. It is also good for Web Tests and Web Development, and can integrate with \
|
||||
the [test suite in Chromium](https://chromium.googlesource.com/chromium/src/+/HEAD/docs/testing/web_tests.md), as well as use [Chromedriver](https://chromedriver.chromium.org/) (Puppeteer is unsupported at this time).
|
||||
|
||||
<img src="https://github.com/Alex313031/Thorium/blob/main/logos/NEW/thorium_shell/thorium-devtools-2048.png" width="200">
|
||||
Open Thorium Shell by running `thorium-shell` from the command line, or right clicking the Thorium launcher and selecting "Open Thorium Shell" \
|
||||
For Windows, you can find it in `C:\Users\$USERNAME\AppData\Local\Thorium\Application\thorium_shell.exe`. You can make a shortcut to it, and there are icons for it as well as Thorium itself inside this dir if you wanna set icons for it or any other shortcut.
|
||||
|
||||
– It is useful for making a little browser overlay, for example opening a YouTube video while gaming, or to look something up real quick without opening a full browser window.
|
||||
|
||||
<img src="https://raw.githubusercontent.com/Alex313031/thorium/main/logos/NEW/thorium_shell/thorium-devtools-2048.png" width="128">
|
||||
|
||||
## Screenshot
|
||||
|
||||
<img src="https://raw.githubusercontent.com/Alex313031/thorium/main/logos/STAGING/thorium_shell_screenshot.png" width="500">
|
||||
|
|
Loading…
Reference in a new issue