A writing enhancement toolkit that includes both a Chrome extension and a Tampermonkey script. It polishes your writing by correcting grammar, improving expression, and translating non-English text to English when needed.
- Easy-to-use popup interface
- Instant text polishing
- Clear improvement suggestions
- Works with any text input
- Integrates directly into web pages
- Context menu support
- Works with selected text
- Compatible with major websites
├── chrome_extension/
│ ├── popup.html # Extension UI
│ ├── popup.js # Frontend logic
│ ├── styles.css # UI styling
│ └── manifest.json # Extension configuration
│
├── tampermonkey_script/
│ └── script.js # Userscript implementation
│
├── cloud_functions/ # APIs registered in Google Cloud Functions
├── polish_text/ # Text enhancement API
│ ├── index.js # Main function logic
│ └── package.json
│
├── suggest_points/ # Improvement analysis API
│ ├── index.js # Main function logic
│ └── package.json
- Clone this repository
- Open Chrome and go to
chrome://extensions/
- Enable "Developer mode"
- Click "Load unpacked" and select the
chrome_extension
folder
- Install Tampermonkey browser extension
- Create new script
- Copy contents from
tampermonkey_script/script.js
- Save and enable the script
For any inquiries or feedback, please contact me at ningzhitang2001@gmail.com
This project is licensed under the MIT License.
Copyright (c) 2025 Ningzhi Tang. All rights reserved.