Skip to content

drFabio/loading-screen-extension

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published