The increasing reliance on AI-generated content inspired us to create a tool that ensures its accuracy, clarity, and quality. We wanted to empower users with a quick way to refine and trust LLM outputs.
LLM Proof Reader is a Chrome extension that proofreads LLM-generated content. It identifies factual errors, highlights unclear sections, and provides concise feedback to enhance grammar, tone, and overall readability.
We built the extension using JavaScript, HTML, and CSS for the front end and integrated Chrome's built-in AI model for proofreading.
Developing a concise yet effective feedback mechanism was challenging. Ensuring seamless integration with LLM-generated content and optimizing performance in real-time were also key hurdles.
I am proud to have created an intuitive tool that delivers precise and actionable feedback in seconds. The ability to simplify complex AI content proofreading into a browser extension is a milestone.
While building this extension, I learned many things, like how we can utilize in-house LLM to perform small tasks.
We plan to expand the extension’s capabilities with support for multiple languages, advanced style-checking features, and integration with popular writing platforms for broader adoption.
Follow these steps to install the LLM Proof Reader Chrome extension:
-
Download the Code
Clone the repository or download it as a ZIP file from GitHub.https://github.com/habeebmoosa/llm_proofreader.git
-
Extract the Files If you downloaded the ZIP file, extract it to a location on your computer.
-
Open Chrome Extensions Page
- Open Google Chrome.
- Navigate to the extensions page by typing the following in the address bar:
chrome://extensions/
- Alternatively, click on the Extensions option in the Chrome menu.
-
Enable Developer Mode Toggle the Developer mode switch in the top-right corner of the extensions page to enable it.
-
Load Unpacked Extension
- Click on the Load unpacked button.
- Select the folder where you extracted or cloned the repository.
-
Activate the Extension
- Once installed, the LLM Proof Reader extension icon will appear in your Chrome toolbar.
- Click on the icon to start proofreading LLM-generated content!