Skip to content

Commit 0dd08f3

Browse files
committed
Update docs
1 parent ade18af commit 0dd08f3

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
# Gitpod Window
2+
13
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/jeromewu/gitpod-window)
24

3-
# gitpod-window
4-
Gitpod Window to disable browser shortcuts (ex. ctrl+w)
5+
![](./images/gitpod-window-screenshot.png)
6+
7+
Gitpod Window offers you an immersive IDE experience with minimal UI and shortcuts.
8+
9+
>> This is NOT an official extension from Gitpod
10+
11+
The goal of this extension is to provide a improved Gitpod online IDE experience. What is does is opening a Chrome popup window with:
12+
13+
- Minimal Chrome Interface (see screenshot)
14+
- Full Keyboard Shortcuts (incl. Ctrl-W, Ctrl-N, Ctrl-T and more)
126 KB
Loading

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
33
"name": "Gitpod Window",
4-
"version": "1.0.0",
5-
"description": "Gitpod Window disables browser shortcuts for you to prevent unwant behavior",
4+
"version": "1.0.1",
5+
"description": "Gitpod Window offers you a immersive IDE experience with minimal UI and shortcuts",
66
"icons": {
77
"16": "icon16.png",
88
"48": "icon48.png",

0 commit comments

Comments
 (0)