From ced29679d04192a980af26dcecedc8377a3b0757 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Thu, 23 Jun 2022 15:02:49 +0200 Subject: [PATCH] Add TUfast --- list.json | 11 +++++++++++ projects/tufast.adoc | 23 +++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 projects/tufast.adoc diff --git a/list.json b/list.json index 01992a5..bc8f707 100644 --- a/list.json +++ b/list.json @@ -41,5 +41,16 @@ { "title": "02 - Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"}, { "title": "03 - Cheatsheet", "filename": "03 - Concepts"} ] + }, + { + "type": "project", + "name": "tufast", + "short_desc": "TUfast is a browser extension that is used by multiple thousand users of the TU Dresden.", + "desc": [ + "TUfast is a browser extension that is used by multiple thousand users of the TU Dresden.", + "It provides autologin to the most used portals, shortcuts, redirects, and more." + ], + "repo": "https://github.com/TUfast-TUD/TUfast_TUD", + "more": "https://tu-fast.de/" } ] \ No newline at end of file diff --git a/projects/tufast.adoc b/projects/tufast.adoc new file mode 100644 index 0000000..f6bdce6 --- /dev/null +++ b/projects/tufast.adoc @@ -0,0 +1,23 @@ +:experimental: +:docdatetime: 2022-06-23T12:53:07.207Z + += TUfast + +My work on a browser extension that is used by multiple thousand students. + +== What is TUfast? +TUfast is a browser extension made by some students of the TU Dresden. +The main feature is the injection of username and password on various login pages of portals of the TU. + +Other features are shortcuts, redirects from search engines, enhancement and more. + +It has multiple thousand users. + +The project is open source and https://github.com/TUfast-TUD/TUfast_TUD[hosted on Github]. + +== What did I do? +I am one of the first and one of the main contributors of the project. +At the time of writing this I rewrote the whole backend in TypeScript and prepared it to shift to the https://developer.chrome.com/docs/extensions/mv3/intro/[Manifest V3]. + +== More information + +- https://github.com/TUfast-TUD/TUfast_TUD[Repository] +- https://tu-fast.de/[Website] \ No newline at end of file