reinzor / idle-tracker

Show `active`, `idle`, `locked` time for the day using the Chrome.idle API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Idle tracker Chrome extension

Show active, idle, locked time for the day

Prerequisites

  • NodeJS 18

Development

# Install deps
npm ci

# Build files to `/dist` directory
# HMR for extension pages and content scripts
npm run dev

Build

# Build files to `/dist` directory
$ npm run build

# Create zip from `/dist` directory
$ npm run build-zip

Load unpacked extensions

Getting Started Tutorial

  1. Open the Extension Management page by navigating to chrome://extensions.
  2. Enable Developer Mode by clicking the toggle switch next to Developer mode.
  3. Click the LOAD UNPACKED button and select the /dist directory.

About

Show `active`, `idle`, `locked` time for the day using the Chrome.idle API


Languages

Language:TypeScript 53.0%Language:JavaScript 35.5%Language:Svelte 7.4%Language:HTML 4.2%