Last updated: April 27, 2026
Bookmark Garden is a local-first Chrome extension. It stores your X/Twitter bookmarks on your own device and does not transmit your personal data to any server, third party, or external service.
Bookmark Garden stores the following data locally on your device using your browser's IndexedDB storage:
This data is stored exclusively on your device. It is never uploaded, synced, or shared with any server.
storage — stores a single value (the last indexed post ID) to enable resumable indexing. Nothing else.
tabs — used to locate your X/Twitter bookmarks tab before indexing begins, and to open the Bookmark Garden gallery.
scripting — injects the indexing script into your X/Twitter bookmarks tab. Required because X is a single-page application.
Access to x.com and twitter.com — required to read your bookmarks page and inject the indexing script. Both domains are included because X serves some content from legacy twitter.com URLs.
When displaying article cards, Bookmark Garden loads favicons via Google's public favicon service (google.com/s2/favicons). This is a standard browser image request that sends only the domain name of a saved link (for example, techcrunch.com) to Google's servers. No tweet content, no account information, no handles, and no personal data are included in this request. If the request fails, the favicon is simply hidden — no functionality is affected.