Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```