This repository contains a minimal Chrome extension that provides basic writing assistance features.
- Grammar checking via LanguageTool API.
- Rephrase sentences with a simple synonym map.
- Shorten text by removing common filler words.
- Issue detection to flag filler words and passive voice phrases.
The extension lives in the extension
directory. Load it unpacked in Chrome:
- Open
chrome://extensions
. - Enable Developer mode.
- Click Load unpacked and choose the
extension
folder.
npm test
The current project has no automated tests; the command above simply prints a message.