<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Kristijan</title>
    <description>The latest articles on Forem by Kristijan (@isajlosmi).</description>
    <link>https://forem.com/isajlosmi</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1431112%2F9d15f756-5473-4174-aa50-cce20595a95d.png</url>
      <title>Forem: Kristijan</title>
      <link>https://forem.com/isajlosmi</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/isajlosmi"/>
    <language>en</language>
    <item>
      <title>I Built TabClock — A Simple Chrome Extension That Shows How Long You Spend on Each Website</title>
      <dc:creator>Kristijan</dc:creator>
      <pubDate>Wed, 19 Nov 2025 13:38:32 +0000</pubDate>
      <link>https://forem.com/isajlosmi/i-built-tabclock-a-simple-chrome-extension-that-shows-how-long-you-spend-on-each-website-2737</link>
      <guid>https://forem.com/isajlosmi/i-built-tabclock-a-simple-chrome-extension-that-shows-how-long-you-spend-on-each-website-2737</guid>
      <description>&lt;h4&gt;
  
  
  ⭐ I Built TabClock — A Simple Chrome Extension That Shows How Long You Spend on Each Website
&lt;/h4&gt;

&lt;p&gt;For the last few months, I kept catching myself thinking:&lt;/p&gt;

&lt;p&gt;“I’ve only been on YouTube for a few minutes…”&lt;/p&gt;

&lt;p&gt;…and then realizing it had been way longer.&lt;/p&gt;

&lt;p&gt;So I built TabClock, a lightweight Chrome extension that helps you stay aware of your browsing habits by showing a live timer in the tab title for each website.&lt;br&gt;
It also tracks how much time you spend on every domain per day.&lt;/p&gt;

&lt;p&gt;No complexity, no dashboards, no accounts — just pure awareness.&lt;/p&gt;

&lt;p&gt;🔗 Try it here:&lt;br&gt;
👉 &lt;a href="https://tabclock.site/" rel="noopener noreferrer"&gt;https://tabclock.site/&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F30te5hc27eeuf66yezml.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F30te5hc27eeuf66yezml.png" alt=" " width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;💡 Why I built it&lt;/p&gt;

&lt;p&gt;I wanted something extremely simple:&lt;/p&gt;

&lt;p&gt;When I open a tab, I want to see exactly how long I’ve been on it&lt;/p&gt;

&lt;p&gt;If I switch tabs, the timer should pause&lt;/p&gt;

&lt;p&gt;Each site gets its own total time per day&lt;/p&gt;

&lt;p&gt;Everything stays locally in Chrome storage&lt;/p&gt;

&lt;p&gt;And it should look clean + lightweight&lt;/p&gt;

&lt;p&gt;This small thing surprisingly changed how I browse — the moment I see the time ticking, I automatically return to work faster.&lt;/p&gt;

&lt;p&gt;🔍 What TabClock does&lt;/p&gt;

&lt;p&gt;✔ Shows a live timer in the tab title&lt;br&gt;
✔ Displays a floating mini-timer overlay on the page&lt;br&gt;
✔ Tracks daily time spent per website&lt;br&gt;
✔ Dark/light mode in popup&lt;br&gt;
✔ Today’s activity with total time&lt;br&gt;
✔ No accounts, no tracking, no ads&lt;/p&gt;

&lt;p&gt;It’s basically the “screen time for your browser,” but without the bulk.&lt;/p&gt;

&lt;p&gt;🛠️ How I built it&lt;/p&gt;

&lt;p&gt;TabClock uses:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Chrome Manifest V3&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;JavaScript + minimal DOM injection&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;chrome.storage.sync for daily logs&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;chrome.tabs + chrome.scripting APIs to inject timers&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A small popup UI built with HTML/CSS + Lucide icons&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I focused a lot on performance so it doesn’t drain CPU or cause flickering between tab switches.&lt;/p&gt;

&lt;p&gt;If anyone’s interested, I can publish a full technical breakdown or even open-source a simplified version.&lt;/p&gt;

&lt;p&gt;🚀 Want to try it?&lt;/p&gt;

&lt;p&gt;If you want a small boost to your daily focus:&lt;/p&gt;

&lt;p&gt;👉 Install TabClock on Chrome: &lt;a href="https://tabclock.site" rel="noopener noreferrer"&gt;https://tabclock.site/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;(instant install, no signup)&lt;/p&gt;

&lt;p&gt;Would love your feedback, ideas, or optimizations!&lt;/p&gt;

&lt;p&gt;🙌 Let’s connect&lt;/p&gt;

&lt;p&gt;If you’ve built something similar or are working on a productivity tool, I’d love to see it.&lt;br&gt;
I’m always curious how people improve their digital habits.&lt;/p&gt;

&lt;p&gt;Thanks for reading! 💙&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>chromeextension</category>
      <category>javascript</category>
      <category>sideprojects</category>
    </item>
  </channel>
</rss>
