Politika privatnosti za Linkerlee Bookmarker
Linkerlee Bookmarker Autor: Andrei Firoiu
Politika privatnosti za Linkerlee Bookmarker
Last updated: 17 May 2026
This extension is a client for a Linkerlee account. It does not have its own backend, does not contact any third party, and does not include analytics, telemetry, or tracking of any kind. The only server it ever talks to is the Linkerlee instance you configure in its options page (currently fixed to https://linkerlee.com).
What data is sent, and when
All requests carry the API token you generated in Linkerlee, sent as a Bearer token in the Authorization header. No request is ever made before you have entered a token.
- When you click "Test connection" in Options: the extension calls /api/user to confirm your token works.
- When you switch to a tab, or a tab finishes loading an http(s) page: the tab's URL is sent to /api/links/find so the toolbar icon can show a ✓ badge if the page is already bookmarked.
- When you open the extension popup: the extension loads your tag list from /api/all-tags, and sends the current tab's URL to /api/suggest-tags to fetch tag suggestions relevant to the page.
- When you click "Save": the page URL, the page title, and the tag IDs you selected are sent to /api/links (or to /api/links/{id} if you are updating an existing bookmark).
The extension never reads the body, DOM, cookies, form fields, passwords, or any other content of the pages you visit. It only uses the tab's URL and title, which it gets from the browser's tabs API. Tag suggestions are computed server-side by Linkerlee based solely on the URL you send it.
URLs on internal schemes (chrome://, about:, file://, moz-extension://, etc.) are ignored — nothing about those tabs is sent anywhere.
What is stored locally
The extension uses browser.storage.local to store two things on your own machine:
- The Base URL of your Linkerlee instance
- Your Linkerlee API token
Nothing else is stored, and these values are never transmitted anywhere except in requests to your configured Linkerlee instance. Uninstalling the extension removes them.
What Linkerlee does with the data
Once a request reaches linkerlee.com, it is governed by the Linkerlee service's own privacy policy and terms. This extension is only the transport.
Data sharing
None. The extension has no third-party SDKs, no advertising, no analytics, and no error-reporting services. Permissions like tabs and activeTab are used only to read the current tab's URL and title for the purposes above.
Contact
Questions about the extension: open an issue on the project's repository, or contact the developer at the address listed on the Linkerlee site.