Tabcove

Privacy Policy

Effective date: 19 August 2026 · Last updated: 19 August 2026 · Applies to: Tabcove — Tab Manager & Session Saver, all versions

The short version Tabcove stores the web address, page title, and save time of the tabs you choose to save — on your own device, and nowhere else. It transmits nothing, sells nothing, and shares nothing. There is no account, no sign-in, no analytics, and no networking code anywhere in the extension.

1. Who this policy is from

Tabcove is an independent Chrome extension published by ownCoder ("we", "us"). Questions about this policy can be raised on the project's issue tracker, which is the support channel for the extension.

2. What Tabcove handles

These nine categories are the exact list the Chrome Web Store asks developers to declare. Tabcove's answer is "no" to eight of them, and "yes" to one.

Category Tabcove
Web history Yes — and only this one. Tabcove stores the web address, page title, and save time of tabs you explicitly choose to save. It is kept on your device and is never transmitted. See section 3.
Personally identifiable information No — no name, address, e-mail, age, or ID number is ever asked for
Health information No
Financial and payment information No
Authentication information No — no passwords, credentials, or PINs; there is no login
Personal communications No
Location No — and with no network requests, no IP-derived location either
User activity No — no clicks, mouse position, scroll, or keystrokes are recorded
Website content No — Tabcove has no content scripts and no access to any website, so the text, images, and media inside a page are unreachable to it
Why "Web history" is declared even though nothing leaves your device Google's Chrome Web Store User Data FAQ requires extensions to disclose how they handle user data "even when data is processed or stored locally on a user's device and is not transmitted to external servers or third parties". Saved tabs are a list of pages you visited, with their titles and times — so they are declared, honestly, rather than argued around.

What Tabcove does not see: it does not request the history permission and cannot read your browsing history. It has no content scripts, no host permissions, and no navigation access, so it cannot observe where you go. It knows only about the tabs you asked it to save.

3. What Tabcove stores, and where

Tabcove's entire purpose is to save your tabs, so it necessarily stores information about them. That information never leaves your computer.

What is stored Where it is stored Who can read it
Page titles and web addresses of tabs you choose to save chrome.storage.local — your browser profile on your device Only you
Tab group names and colours, pinned state, and window arrangement of saved tabs chrome.storage.local Only you
Collection names, tags, notes, and timestamps that you create chrome.storage.local Only you
Restore points — automatic snapshots of your library, and deleted items in the undo bin chrome.storage.local Only you
Your settings, and the date of your last export chrome.storage.local Only you

Nothing is stored on any server, because there is no server. Tabcove has no backend, no database, no hosting, and no company infrastructure of any kind. If you uninstall the extension, Chrome deletes this data with it — which is why Tabcove asks you to keep a backup, and gives you a one-click export in five formats to make that easy.

4. What Tabcove transmits

Nothing. This is not a policy statement about our intentions; it is a property of the code, and one that anyone can verify:

You can confirm all of this yourself. The source code is public and is not minified or obfuscated — what you read is exactly what runs.

5. Permissions, and why each one exists

Permission Why Tabcove needs it
tabs To read the title and address of your open tabs so they can be saved, and to close them when you ask. Without this, a saved tab would be a blank entry.
tabGroups To read and re-create Chrome tab groups, so a restored collection keeps each group's name and colour.
storage To keep your library on your device.
unlimitedStorage To lift Chrome's 10 MB extension storage cap, so a large library keeps working rather than silently failing to save.
contextMenus To add the right-click "Stow" actions.
favicon To show site icons from Chrome's local cache. This permission exists specifically so that Tabcove never has to contact a remote favicon service.
alarms To sweep expired items out of the undo bin and to check whether a backup is due. Chrome shuts extensions down when idle, so an ordinary timer would not survive.

6. Third-party services

None. Tabcove uses no third-party services, libraries, SDKs, APIs, CDNs, or fonts at runtime. It has no runtime dependencies at all.

Two third parties are involved in distribution rather than in the running software, and their own policies apply to what they do:

7. Data you export

Tabcove can export your library as JSON, HTML, Markdown, CSV, or plain text. The file is generated in your browser and saved through Chrome's normal download flow. It is not uploaded anywhere. Once it is on your disk, what happens to it is entirely up to you — please be aware that an export contains the titles and addresses of everything you have saved, so treat it as you would any personal document.

8. Children

Tabcove is a general-purpose productivity tool and is not directed at children under 13. Because it collects no data whatsoever, it collects no data from children either.

9. Your rights

Regulations such as the GDPR and the CCPA grant rights to access, correct, port, and delete personal data held about you. We hold none, so there is nothing for us to disclose, correct, or erase. In practical terms:

No request to us is required for any of these, because your data was never sent to us in the first place.

10. Security

Your library is protected by your browser profile and your operating system's account security. Tabcove adds no network attack surface because it makes no network requests. It executes no remote code: its content security policy pins scripts to the extension's own package, and it uses no eval. Data from web pages — such as page titles — is only ever inserted into the interface as text, never as markup.

Because everything is local, anyone with access to your computer and your browser profile can read your saved tabs. If that matters to you, protect your device with a password and use your operating system's disk encryption.

11. Future paid features

A future version may offer optional paid features, including encrypted cloud sync. If and when that happens:

12. Changes to this policy

If this policy changes materially, the effective date at the top of this page will change and the previous version will remain visible in the page's public revision history. Continuing to use Tabcove after a change means you accept the updated policy.

13. Contact

Questions, corrections, or concerns: github.com/ownCoder/tabcove/issues. Please do not include personal information in a public issue.

Chrome Web Store declaration Tabcove's Web Store listing declares that it does not collect or use user data, that it does not sell or transfer user data to third parties, that it does not use or transfer user data for purposes unrelated to its single purpose, and that it does not use or transfer user data to determine creditworthiness or for lending purposes. Those declarations match the behaviour described on this page and the code that implements it.