An AI-powered chrome extension that enhances your writing directly inside Google Docs, powered by the OpenAI API. This extension integrates with Google Docs to suggest context aware completions to unfinished sentences, accelerating writing workflows without leaving the document.
- A content script runs on Google Docs and tracks the users selected text.
- The extension sends relevant information to the OpenAI API
- The AI returns suggested continuation
- The suggestion is inserted directly into the document
Clone the repository
git clone https://github.com/MartinJ45/AutoCompleter.git
cd AutoCompleterCreate Google OAuth client
- Go to Google Console
- Enable the Google Docs API
- Create an OAuth 2.0 Client ID
- Copy the Client ID
Configure manifest
- Replace
YOUR_GOOGLE_OAUTH_CLIENT_IDwith your own client ID
cp manifest.template.json manifest.jsonLoad the extension in Chrome
- Visit
chrome://extensions - Enable Developer mode
- Click load unpacked
- Select extension folder