/highlightr

Minimalist Chrome extension that keeps track of your favorite videos' timestamps

Primary LanguageTypeScript

Highlightr

Minimalist Chrome extension that keeps track of your favorite videos' timestamps.

You can download the latest stable version from CWS

This project was created with TS, React + Redux (wrapped with webext-redux in order to sync across the extension's components and chakra UI)

Running

In the project directory, you can run:

npm start

Runs the app in the development mode.
Go to Chrome extensions page (chrome://extensions/), check the developer mode and load unpacked the dev folder from your project. You should see the extension added in your browser now. To test it, go to any Youtube page and click the button that appears next to the like button. A popup should appear on the page

popup menu

After saving a highlight, you can revisit it by clicking the bookmark found on the popup itself.

popup

npm run build

Builds the app for production to the build folder.
Repeat the steps from the development mode, only with the build folder.