Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/n4ze3m/oh-my-last
- Owner: n4ze3m
- License: mit
- Created: 2022-04-15T03:54:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-18T16:33:15.000Z (over 2 years ago)
- Last Synced: 2024-12-06T15:59:38.415Z (about 1 month ago)
- Topics: chrome-extensions, extension, react, typescript
- Language: TypeScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.gitcd 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.