Gitpod Window
Gitpod Window offers you a immersive IDE experience with minimal UI and shortcuts
Vad är Gitpod Window?
Gitpod Window är en Chrome-tillägg utvecklad av jeromewus, och dess huvudfunktion är "Gitpod Window offers you a immersive IDE experience with minimal UI and shortcuts".
Tilläggsskärmbilder
Ladda ner Gitpod Window-förlängningens CRX-fil
Ladda ner Gitpod Window-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
* This is NOT an official extension from Gitpod The goal of this extension is to provide a improved Gitpod online IDE experience. What is does is opening a Chrome popup window with: - Minimal Chrome Interface (see screenshot) - Full Keyboard Shortcuts (incl. Ctrl-W, Ctrl-N, Ctrl-T and more) v1.2.0: - Fix new tab issue when user tries to open/start a workspace in workspace list. If you would like to learn how to write a Chrome Extension like this, check: https://medium.com/@jeromewus/i-wrote-a-chrome-extension-gitpod-window-here-is-what-i-learned-8583a3a179dd
Grundläggande Information om Tillägg
Namn | |
ID | jhpkbhdoenpnfnnkelgpikndadikogdl |
Officiell webbadress | https://chrome.google.com/webstore/detail/gitpod-window/jhpkbhdoenpnfnnkelgpikndadikogdl |
Beskrivning | Gitpod Window offers you a immersive IDE experience with minimal UI and shortcuts |
Filstorlek | 131 KB |
Antal Installationer | 327 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2020-08-24 |
Publiceringsdatum | 2020-03-24 |
Betyg | 4.25/5 Totalt 4 Betyg |
Utvecklare | jeromewus |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jeromewu/gitpod-window |
Hjälpsida URL | https://github.com/jeromewu/gitpod-window/issues |
Stödda Språk | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gitpod Window", "version": "1.2.0", "description": "Gitpod Window offers you a immersive IDE experience with minimal UI and shortcuts", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "author": "Jerome Wu |