From 1fe880be3a0e70e1bb4a1d9dc0ba84c6e308da1f Mon Sep 17 00:00:00 2001 From: Ari24-cb24 Date: Fri, 29 Oct 2021 21:52:42 +0200 Subject: [PATCH 1/2] Updated readme and todo --- README.md | 19 +++++++++++-------- TODO.md | 5 +---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 62075b7..f68e744 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,23 @@ # MyAnimeTab -**I'm currently rewriting the whole thing in React. Progress so far: About 90% finished** - Custom Tab Page, made for weebs and osu! players! Inspired by [mytab.me](https://mytab.me) but with more features! ## How to install -## Adding own images -## Widget list -- Search bar -- Digital time -## Todo list +1. Download the [latest](https://github.com/aridevelopment-de/myanimetab/releases/download/extension-build-beta/myanimetab-extension-build-beta.zip) release from github. +2. Unzip the zipfile +3. Open chrome +4. Go to `chrome://extensions` +5. Click the `Load unpacked extension` button and select the folder +6. Try to open `chrome://newtab` and check if it works + + Note: The current pre-release does not contain the gallery. The gallery is localy hosted on a flask backend. This will change in newer releases + +## Adding own images - See [Todo.md](https://github.com/aridevelopment-de/myanimetab/blob/master/TODO.md) for more information +- Currently not possible ### Previews diff --git a/TODO.md b/TODO.md index 8cb57e2..4020bef 100644 --- a/TODO.md +++ b/TODO.md @@ -1,10 +1,7 @@ ## Todo list - I still have not decieded whetever to make mytab a chrome extension or a website. Both of them have downsides
- but I think I should make an extension. I tested some things with iframes earlier and they worked great on extensions! - also main focus is that users will upload their own work and the gallery is just something that you can use optionally - * [x] Reimplement everything in react +* [x] Implement a chrome extension * [ ] Widgets + [ ] Clock Widget - [ ] Add alarm clock From 94fe1ba5d52507be12549421580320fa121dafb6 Mon Sep 17 00:00:00 2001 From: Ari24-cb24 Date: Fri, 29 Oct 2021 21:53:17 +0200 Subject: [PATCH 2/2] Ready. Set. Go --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f68e744..1bd4b1f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Custom Tab Page, made for weebs and osu! players! Inspired by [mytab.me](https://mytab.me) but with more features! - + ## How to install