From 1bf95c689fdbb9ab714d7fc9d31d9ba0295fef5c Mon Sep 17 00:00:00 2001 From: zvizvi <5633910@gmail.com> Date: Tue, 17 May 2022 23:01:21 +0300 Subject: [PATCH] Add GitLab1s --- README.md | 6 ++++-- src/html/options.html | 6 ++++++ src/js/main.js | 32 +++++++++++++++++++++----------- src/js/options.js | 1 + src/manifest.json | 2 +- src/package-lock.json | 4 ++-- src/package.json | 2 +- 7 files changed, 36 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 85ab7f9..c4d14ba 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [][chrome_link] [][firefox_link] [][edge_link] -[][release_link] +[][release_link] This extension adds to any GitHub repository a new drop down menu which offers links to a number of online services that allow viewing the source code of the repository in an IDE like interface. @@ -14,6 +14,7 @@ Services currently supported: * [VSCode Dev](https://vscode.dev/) * [CodeSandbox](https://codesandbox.io/) * [GitHub1s](https://github1s.com/) +* [GitLab1s](https://gitlab1s.com/) * [Repl.it](https://replit.com/) * [Gitpod](https://gitpod.io/) * [StackBlitz](https://stackblitz.com/) @@ -27,6 +28,7 @@ Services currently supported: ### What's changed? +* v2.0.2 GitLab1s link added * v2.0.1 Open in VSCodeDev option * v2.0.0 * Extension customizing options page. @@ -49,7 +51,7 @@ Services currently supported: ### GitHub  ### GitLab - + ### Download diff --git a/src/html/options.html b/src/html/options.html index d551f0a..459d303 100644 --- a/src/html/options.html +++ b/src/html/options.html @@ -86,6 +86,12 @@