A Chrome extension that helps reformulate text using ChatGPT API. It provides different writing styles and keeps track of text history.
- Text reformulation with GPT-3.5
- Three writing styles: Professional, Casual, and Formal
- Text history with undo/redo functionality
- Keyboard shortcuts
- Smooth typing animation
- Configurable UI behavior (auto-show/hide toolbar)
- Full TinyMCE editor support (both modern and legacy versions)
- Multilingual support
- Interface available in French and English
- Language selector in the interface
- Messages and prompts translated automatically
- Extensible support for other languages
- Clone this repository or download the ZIP file
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" in the top right corner
- Click "Load unpacked" and select the extension directory
- Click the extension icon in Chrome toolbar
- Enter your OpenAI API key
- Click "Save"
- (Optional) Enable "Show actions menu" if you want the toolbar to appear automatically when focusing on text fields
To get an API key:
- Go to OpenAI API Keys
- Create a new key
- Copy and paste it into the extension settings
- 🇬🇧 English (default)
- 🇫🇷 French
To change the language:
- Click on the extension icon
- Use the language selector in the top right corner
- The new language is applied immediately
- Click on any text input or textarea on a webpage
- Right-click to access the context menu, or use keyboard shortcuts
- If enabled in settings, the reformulation toolbar will appear automatically on focus
Click the settings icon to choose between:
- Professional (default)
- Casual
- Formal
Alt + R: Reformulate textAlt + Z: UndoAlt + Y: RedoAlt + O: Reset to original text
Use the toolbar buttons to:
- ↶ Undo changes
- ↷ Redo changes
- ⟲ Reset to original text
The extension is compatible with:
- Standard text inputs
- Textareas
- Contenteditable elements
- TinyMCE (all versions, including legacy)
