Assembly Requirements
Work Helper is a Chrome extension that combines two productivity capabilities in a single popup: passive time tracking across all websites, and an on-demand reading mode overlay. A background service worker silently logs time spent on each domain as the user switches tabs and windows, accumulating a sorted leaderboard visible the moment the popup opens — no manual logging, no configuration.
The second feature injects a warm, translucent overlay onto any webpage with one click, reducing visual noise for distraction-free reading. The extension is built on Manifest V3 with three independently compiled entry points — popup, service worker, and content script — each handling a distinct responsibility.

