FlowMark is a browser extension that recommends a better bookmark folder and title right after you save a page.
- Built with
WXT,SolidJS, andTailwind CSS v4 - Shadow DOM floating pill UI on the page
- Typed messaging via
@webext-core/messaging - Works with any OpenAI-compatible endpoint through Vercel AI SDK
- Duplicate bookmark detection and merge prompt
- One-sentence bookmark summary stored locally and shown in the popup for the current page
- English and Simplified Chinese UI
After you create a bookmark, FlowMark:
- confirms the bookmark still exists
- reads lightweight page context from the active tab
- asks the configured AI model for a folder, title, one-sentence summary, and confidence score
- shows a top-right floating pill
- lets you accept, reject, or auto-apply after a countdown
Default behavior:
- recommendation: on
- auto-accept: on
- auto-accept delay:
5s - send full page text: off
- max page text:
5000chars - language: follow browser UI language
- summary language: matches the current FlowMark language;
autofollows browser UI and manual override forces that language
Current store listing: https://chromewebstore.google.com/detail/kbmjedeepcglnmllaklecppgijhgggdg?utm_source=item-share-cb
Note:
- the current Chrome Web Store listing is still the previous legacy version
- this open-source edition will be submitted for review later
pnpm install
pnpm devOther commands:
pnpm compile
pnpm build
pnpm zip
pnpm dev:firefox
pnpm build:firefox
pnpm zip:firefox- Open the FlowMark popup.
- Open
Settings. - Fill in
Base URL,Model, and optionallyAPI Key. - Save settings.
- Grant host permission for the AI endpoint origin.
Examples:
https://api.openai.com/v1http://localhost:11434/v1
Required:
bookmarksstoragetabs
Optional host permissions:
https://*/*http://*/*
Implemented:
- duplicate bookmark detection and merge prompt
- smart bookmark recommendation
- folder + title + summary suggestion
- current-page summary in popup
- accept / reject / auto-accept flow
- popup + settings page
en/zh-CNi18n