Skip to content

A Chrome extension that enhances Google Docs by providing AI-powered text autocompletion.

License

Notifications You must be signed in to change notification settings

MartinJ45/AutoCompleter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AI Google Docs Assistant AI Google Docs Autocomplete Extension

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.

How It Works

  1. A content script runs on Google Docs and tracks the users selected text.
  2. The extension sends relevant information to the OpenAI API
  3. The AI returns suggested continuation
  4. The suggestion is inserted directly into the document

Setup

Clone the repository

git clone https://github.com/MartinJ45/AutoCompleter.git
cd AutoCompleter

Create 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_ID with your own client ID
cp manifest.template.json manifest.json

Load the extension in Chrome

  • Visit chrome://extensions
  • Enable Developer mode
  • Click load unpacked
  • Select extension folder

About

A Chrome extension that enhances Google Docs by providing AI-powered text autocompletion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •