Focus Prompt
A lightweight Chrome extension that briefly interrupts navigation with a full-screen reminder so attention can return to the intended task.
Focus Prompt is designed for people who notice that page switching can become automatic and unfocused. Instead of a small notification, it shows a strong full-screen prompt at the start of navigation, then disappears after a short configurable delay.
Core behavior
Shows a centered full-screen reminder during full page loads and supported in-page navigation.
Lets the user set the prompt message, visible duration, and trigger probability.
Includes a toolbar toggle with clear enabled and disabled state.
Provides an options page in English and Simplified Chinese.
Why it runs during navigation
The extension only works if it can appear at the beginning of page navigation. That is the product's single purpose. The reminder is intended to interrupt distraction early, before the new page fully captures attention.
Because modern websites use both full reloads and client-side route changes, the extension is built to respond to both patterns so the behavior stays consistent.
Privacy summary
Focus Prompt stores only its own settings, such as message text, duration, probability, enabled state, and interface language, using Chrome extension storage APIs.
It does not require an account, does not use a developer-controlled remote backend, does not include remote code, and does not send browsing data to an external server.
Reviewer note
For a quick test, set the trigger probability to 100%, choose a short custom message, and navigate between pages or inside a single-page app. A brief full-screen prompt should appear when the extension is enabled and stop appearing when the toolbar toggle is turned off.