Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/subhoghoshx/samay
A browser extension that monitors your time spent on each website
https://github.com/subhoghoshx/samay
Last synced: 16 days ago
JSON representation
A browser extension that monitors your time spent on each website
- Host: GitHub
- URL: https://github.com/subhoghoshx/samay
- Owner: subhoghoshX
- Created: 2024-06-07T12:49:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T15:06:28.000Z (about 2 months ago)
- Last Synced: 2024-09-17T18:39:42.801Z (about 2 months ago)
- Language: TypeScript
- Size: 1.33 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Samay
Track your browsing time with this extension and block sites to stay focused when needed.
![image](https://github.com/user-attachments/assets/6b7ce034-1b8c-4dfc-8a50-82585dfcb95b)
## Installation
After following any of the following steps, visit the extension management page
in Chrome (or chromium based browsers), enable "Developer mode" at the top-right
corner and drag & drop the folder.### Download zip
Download the extension [zip file](https://github.com/subhoghoshX/Samay/releases/download/v0.0.2/samay-0.0.2-chrome.zip) and extract it.
### Build from source
Clone the repo
```
git clone https://github.com/subhoghoshX/Samay.git
```Install dependencies
```
cd Samay && npm install
```Build it
```
npm run build
```