FAQ & Support

Answers to the common questions, plus how to get help.

Read this first: TabTint only applies to tabs that are opened or refreshed after you install (or enable) it. Tabs that were already open when you installed the extension will not change until you reload them. If nothing looks different after turning TabTint on, reload the tab — that's almost always the reason.

Getting started

Why don't I see any changes after installing?

Two likely reasons:

  1. You haven't reloaded the existing tabs. TabTint only runs on tabs that were opened or refreshed after installation. Hit Ctrl+R (or Cmd+R on Mac) on the tabs you want it to affect.
  2. The master toggle is off. Click the TabTint icon in the toolbar and flip the toggle at the top-right of the popup.

Once both are true, switching between reloaded tabs should show the active marker and the dimming effect immediately.

Do I have to reload every time I install an update?

Only when Chrome fully reloads the extension (install, update, manual disable/enable, or browser restart). After that, any tab already open when the reload happened will need a refresh for TabTint to start running on it. New tabs work automatically.

How do I change the color or style?

Click the TabTint icon in your toolbar to open the popup. You'll see a 5×2 grid of colors (including a rainbow + chip for a custom hex), a dropdown for the active-tab favicon style, and two sliders for inactive-tab dimming and title shortening. Changes apply live — no reload needed once TabTint is running on the tab.

What are the four active-tab styles?
  • Replace — solid colored circle replaces the site favicon.
  • Corner dot (default) — original favicon with a small colored dot at the bottom-right.
  • Ring — colored ring around the original favicon.
  • Side bar — thin colored stripe on the left of the favicon.

Compatibility

Which browsers does it work on?

Anything built on Chromium 114 or newer — that includes Google Chrome, Microsoft Edge, Brave, Opera, Arc, and Vivaldi. Firefox and Safari are not supported; they use different extension APIs and would need separate builds.

Why doesn't TabTint work on chrome:// pages, the New Tab page, or the Web Store?

Chrome blocks all extensions from modifying those pages — that's a browser-level security policy, not a TabTint limitation. The extension has no effect there, and there's no workaround.

Does it work with vertical tab layouts or tab-group extensions?

Yes. TabTint changes the favicon image and the document title — anything that displays those two things (vertical tab sidebars, tab-group pickers, tab search UIs) gets the treatment automatically.

Behaviour & quirks

The site keeps overwriting the favicon (e.g. Gmail unread counter). Is that a bug?

No — TabTint watches for that and re-applies its marker on top. You may see a brief flicker when the site updates its icon (say, when a new email arrives), but TabTint should reassert its overlay within a moment.

If you see a site where TabTint permanently loses the battle, please get in touch with the URL so it can be looked at.

Why did my inactive tab titles turn into a single dot (·)?

That's the title-shorten slider at 100%. Drop it lower and the titles will come back proportionally — at 50% you get roughly half the characters, at 0% the full title.

Can I have a different color per site or per tab?

Not right now. TabTint uses one color for whichever tab is currently active. Per-site colors are on the maybe-someday list — if you want to weigh in, drop a note via support.

Does it slow down my browser?

The content script is small (under 10 KB), runs only on tab activation or settings change, and does all its work on a 32×32 canvas. You shouldn't notice any impact.

What happens when I disable or uninstall TabTint?

Disabling the master toggle restores every tab's original favicon and full title immediately. Uninstalling removes the extension along with all stored settings — nothing lingers on your system.

Privacy & permissions

Why does TabTint need access to "all websites"?

Because the whole point of the extension is to change the favicon on every tab you have open. That requires a content script on every site. It reads the favicon URL and the page title — nothing else. Full details in the privacy policy.

Do you collect or send any data?

No. No analytics, no crash reporting, no account, no server. Settings live in Chrome's local storage on your device. The extension never makes a network request of its own.

Do my settings sync across my Chrome profiles or devices?

No. TabTint uses chrome.storage.local, which stays on the current device. This is deliberate — no cross-device telemetry, no cloud account required. Configure each install independently.

Support & contact

Found a bug or have a feature request?

Email is the fastest way to reach the developer. Include whatever of the following you can:

Troubleshooting checklist

Before getting in touch, a quick pass through these fixes a lot of reports:

  1. Reload the tab (TabTint only runs on tabs opened or refreshed after install).
  2. Confirm the master toggle in the popup is on.
  3. Try a different active-tab style — some sites paint over the favicon aggressively, and "Replace" wins more often than "Corner dot".
  4. Disable other favicon or tab-management extensions temporarily to rule out conflicts.
  5. Visit chrome://extensions and toggle TabTint off then back on — this forces a clean reinitialise.