Cmd-click any field on any website. Pick a saved snippet. It appears.
KeyPrompt is a tiny Chrome extension that lives quietly in your toolbar until you need it. Cmd-click (Mac) or Ctrl-click (Win/Linux) any text field on any website and a small modal pops up with everything you reach for over and over β your name, your work email, your address, that thank-you reply you keep retyping. Pick one and itβs in the field. No copy-paste, no flipping between windows, no autofill warnings.
You can also right-click any field and pick π Insert with KeyPrompt from the OS context menu β same modal, more discoverable.
Screenshot / demo GIF coming soon β record yourself Cmd+clicking a Gmail compose window, picking an item, and watching it insert. That 8-second loop sells the whole product.
Every time you fill out the same form fields with the same answers, youβre losing seconds youβll never get back. KeyPrompt is for the people who notice that. Itβs not a password manager β itβs the lighter cousin: a personal clipboard for your life.
<input>, <textarea>, contenteditable,
even rich editors like Gmail compose.input / change events, so controlled inputs see the change.chrome.storage.local (~10 MB).
No accounts, no servers, no analytics.A one-click install link will live here once the listing is live.
chrome://extensions in Chrome.KeyPrompt folder.Click the toolbar icon to open the settings panel, or pick Manage from inside the in-page modal. Add or rename sections, add items, edit values. Changes save automatically and the in-page modal picks them up live. Use Import / Export to move your vault between machines.
Your data never leaves your browser. KeyPrompt makes zero network requests, has no analytics, and uses no third-party SDKs. See PRIVACY.md for the full policy and an explanation of why each Chrome permission is needed.
KeyPrompt/
βββ manifest.json β MV3 manifest
βββ content.js β the floating modal (the whole MVP, single file)
βββ background.js β service worker; menu, install hook, future auth
βββ popup.html/js/css β vault management UI (also opens as the settings tab)
βββ icons/ β 16/48/128 PNGs
βββ LICENSE β MIT
βββ CHANGELOG.md
βββ PRIVACY.md
βββ README.md
Ctrl+Shift+K) as a third trigger.See CHANGELOG.md for whatβs already shipped.
KeyPrompt is built and maintained by @themodernspirit. If it saves you time, the easiest way to say thanks is:
Replace the placeholder handles before publishing.
Issues and pull requests welcome. Please keep PRs focused β small, single-purpose changes are way more likely to land than sprawling refactors. For substantial changes, open an issue first to discuss the direction.
MIT β do whatever you want with this, just keep the copyright notice.