a small Chrome extension · made by one person · v1.2
PromptVault is a tiny Chrome extension that puts your prompt library inside every AI chat you actually use. Type // to pick one. Type ;cr to expand a saved snippet. That's it.
A picker opens right there in the chat. Search, hit Enter, prompt is in the input box. No tab-switching, no clipboard. The // trick works in the chat input itself — type two slashes and the picker pops up. Most of the time I never touch a hotkey.
;cr → expandsGive a prompt a short name (mine for "code review" is cr). Type ;cr + space anywhere in the chat input and it gets replaced with the full prompt. Like text-expander, but specifically for AI chats. It still keeps whatever you'd already typed before it.
Put {{tone:friendly}} in a prompt and it auto-fills "friendly" as the default. Put plain {{topic}} and it stays as a placeholder you fill in the chat. No popup, no form to fill. The whole point is fewer clicks, not more.
Drag-reorder, full-text search, import/export to a JSON file, right-click any text on the page to save it as a prompt. The boring CRUD stuff that you'd expect, done well enough that you don't think about it.
No vague "powerful features." Here's the count.
Some honest disclaimers, because I'd rather you skip than buy and be disappointed.
chrome://extensions with Developer Mode on. Takes 30 seconds. The reason: I'd rather not pay Google's $5 dev fee for a small experiment.Includes every update. If something breaks, email me. If you don't like it within 14 days, refund.
Honest math: if it saves you fifteen minutes a day, that's roughly $9 worth of your time in a week. Most people break even faster.
chrome.storage.local, which is your browser's own storage. There's no backend. There's no analytics. You can confirm by reading the source — it's source-available to buyers.chrome://extensions, flip the "Developer mode" switch in the top right, drag the unzipped folder onto the page. There's a 6-line INSTALL.md included if you want it spelled out.