Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/n4ze3m/oh-my-last

Oh my last! is a simple and easy to use extension for tracking your last visited pages in your browser. This way you can easily find your last visited page in your browser without having to open the history and search for it.
https://github.com/n4ze3m/oh-my-last

chrome-extensions extension react typescript

Last synced: 8 days ago
JSON representation

Oh my last! is a simple and easy to use extension for tracking your last visited pages in your browser. This way you can easily find your last visited page in your browser without having to open the history and search for it.

Awesome Lists containing this project

README

        

# Oh My Last

Oh my last! is a simple and easy to use extension for tracking your last visited pages in your browser. This way you can easily find your last visited page in your browser without having to open the history and search for it.

## Gallery

![Screenshot 1](https://i.imgur.com/ErxJ3hO.png)

![Screenshot 2](https://i.imgur.com/DRLmcWn.png)

![Screenshot 3](https://i.imgur.com/RtskcWf.png)

## Installation

- You can install the extension from the Chrome Web Store or clone the repository and install it from the command line.

```
git clone https://github.com/n4ze3m/oh-my-last.git

cd oh-my-last

npm install

npm run build

```

Now you need to add the extension to your Chrome browser. You can do this by visiting the chrome://extensions page and enable developer mode. Then click the "Load unpacked extension..." button and select the oh-my-last/dist folder.

## Stack

- React TypeScript
- Mantine
- @types/chrome
- Moment.js
- UUID

## License

This extension is licensed under the MIT license.