X-Writer Extension is a Chrome extension that takes some text as input and generates a full post or article for you.
This project is intended for personal and educational experimentation with text generation technology. This project was created following the "GPT3 Writer" tutorial from buildspace.
- Download this repository as a zip file.
- Extract the zip file on your computer.
- In Chrome/Brave/Edge go to the extensions page (
chrome://extensions). - Enable Developer Mode.
- Click on the "Load unpacked" button.
- Select the directory that you just extracted the zip file to.
- The extension should now be installed.
- Click on the extension icon to open the popup and add your OpenAI API key.
- Select some text on a webpage.
- Right click and select "Generate Content" from the context menu.
- The generated text will appear in the console.
- Make any changes to the code in your text editor.
- Reload extension in your browser.
- Reload any tab you want to use the extension on.
- Test your changes.