Privacy Policy

Bookmark AI Extension · Last updated: July 5, 2026

Bookmark AI Extension ("the extension", presented as "Bookmark AI") is a Chrome extension that saves the current browser tab as an AI-enriched bookmark in the user's own Google Drive. This policy describes what data the extension processes, where that data is stored, and the choices you have. In short: your bookmark data lives in your own Google Drive, the extension has no backend database of its own, and it does not send your page content to external AI services.

Data processed when you save a page

The extension accesses page content only when you explicitly save the current tab (via the activeTab and scripting permissions). When you click Save, the extension may process:

Data stored in your Google Drive

Bookmark records are stored in a visible folder in your own Google Drive, in the file bookmark-ai/bookmarks.jsonl. Each record may include: the URL and canonical URL, page title, AI-generated description, genre, tags, a long-form AI-generated Markdown analysis (never a copy of the page's raw text) with the ID of the analysis profile used, creation/update timestamps, and an AI status value.

If you define custom analysis skills (optional and user-initiated), those settings are stored in bookmark-ai/settings.json. This file contains only your custom skill definitions — name, enabled state, priority, domains, URL patterns, instruction text, and timestamps. It never contains page excerpts, bookmark records, or other browsing data.

Both files are created and managed by the extension in your Drive, are visible to you, and can be inspected or deleted by you at any time.

Page text excerpts are temporary

Site favicons

The extension shows website favicons next to saved bookmarks in its popup and options pages. Favicons are resolved by Chrome itself, at display time, through Chrome's extension-local favicon endpoint (the favicon permission), derived from the saved bookmark URL only. No external favicon service is used, and favicon image data is never stored in the bookmark file, the settings file, the local cache, or Google Drive.

AI processing

The extension uses Chrome Built-in AI (the Prompt API) when it is available in your browser. AI analysis is performed through this Chrome-provided capability; the behavior and any model handling of Chrome's built-in AI are part of Chrome and are governed by Google's documentation and policies.

What the extension itself guarantees:

Ask AI chat

The options page includes an "Ask AI" chat screen for asking questions about your saved bookmarks.

Google Drive access

The extension signs in with Google OAuth through Chrome's identity API. The only Drive scope it requests is:

https://www.googleapis.com/auth/drive.file

This narrow scope allows the extension to create and manage only the files it creates itself (or files explicitly opened with it). The extension uses it solely for its own bookmark-ai folder and the files described above. It cannot read, list, or modify the rest of your Drive, and it does not request full Drive access.

Local browser storage

The extension uses Chrome's local extension storage (chrome.storage.local) as a cache to make its pages open quickly. The cache may hold: a snapshot of your bookmark list, Google Drive file/folder IDs and sync metadata, last sync status and error messages, and a cached copy of your custom skill settings. Google Drive remains the source of truth; the cache never contains raw page excerpts or chat history.

No custom backend, no data sales

Your controls and data retention

You can:

Bookmark records remain in your Google Drive until you delete them through the extension or directly in Drive. The local cache remains in Chrome's extension storage until it is cleared by the extension, by clearing browser data, or by removing the extension.

Security notes

Changes to this policy

If the extension's data practices change — for example, if a future version adds an optional external AI provider — this policy will be updated before that change ships, and the "Last updated" date above will be revised.

Contact and support

Questions, requests, or reports about privacy can be filed on the project's public issue tracker: github.com/takemo101/bookmark-ai-extension/issues.

← Back to the Bookmark AI home page