Bookmark AI Tagger
Auto-tag your bookmarks using AI.
productivity
PlugThis prompt
Build a Chrome extension called "Bookmark AI Tagger" that auto-tags bookmarks using AI. On the bookmarks page (or via a popup), let the user select a folder and click "Tag all". For each bookmark, fetch the page title and meta description, send to OpenAI/Gemini with a prompt to return 3-5 topical tags, and store tags in chrome.storage keyed by bookmark URL. Render tags as colored pills in the popup and provide search-by-tag. User supplies their own API key on the options page. Permissions: bookmarks, storage. Manifest V3.
How to build it in 3 minutes
- Sign in to PlugThis and open the chat input.
- Copy the prompt above and paste it into the chat.
- PlugThis generates the full Manifest V3 extension in 60-90 seconds.
- Download the zip, extract it, and load it via
chrome://extensionsdeveloper mode.