Skip to content

Latest commit

 

History

History
45 lines (26 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (26 loc) · 1.33 KB

loading screen

A chrome extension that display new information on every tab!

So far it only has the fixed german dataSet but the next goal is probably do some notion integration.

Think of this as the loading screens that appears before a game starts, only it is information you want to learn while you open your 10th mdn tab for the day.

loading example

Preview

The extension is unpublished, but you can see it as a page here:

Main - Refresh for new words Options - Configure options

""

Development

Run

npm run dev

Then go to http://127.0.0.1:5173/src/modules/newTab/index.html to check a new tab or http://127.0.0.1:5173/src/modules/options/index.html to check options.

Loading as unpublished extension

Build

npm run build

Then go to chrome extensions chrome://extensions/ and open on developer mode.

For more info check the tutorial.

Tech aspects

This is a series of react apps that compile to a chrome extension through vite. It has Typescript, Jest and react testing library for testing