This Chrome extension provides an AI-powered autocomplete feature for textarea elements across web pages. It offers intelligent suggestions as you type, enhancing your writing experience.
- AI-powered autocomplete suggestions
- Works on any textarea element across websites
- Tab key interaction for accepting suggestions
- Fallback to simulated mode when AI is unavailable
- Smooth overlay display of suggestions
- Clone this repository or download the source code.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" in the top right corner.
- Click "Load unpacked" and select the directory containing the extension files.
- Focus on any textarea element on a web page.
- Start typing, and you'll see autocomplete suggestions appear.
- Use the Tab key to accept suggestions:
- Single Tab press: Accept the first word of the suggestion
- Double Tab press: Accept the entire suggestion
- Hold Tab: Continuously accept words from the suggestion
This extension requires access to the window.ai
API for AI-powered suggestions. If unavailable, it falls back to a simulated mode using the predefined word list.