https://github.com/bwplotka/grammarly-sync
https://github.com/bwplotka/grammarly-sync
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bwplotka/grammarly-sync
- Owner: bwplotka
- License: mit
- Created: 2021-01-17T15:22:45.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T18:10:31.000Z (about 5 years ago)
- Last Synced: 2025-02-09T23:16:18.557Z (12 months ago)
- Language: JavaScript
- Size: 177 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Grammarly Sync
Chrome extension that allows you to **Sync your local text file with Grammarly Website Editor!**
## Usage
1. Open any document in Grammarly -- URL might be `https://app.grammarly.com/ddocs/*`
1. Click on the extension button on the toolbar
1. It will be copied to your clipboard
1. Profit 🚀
## Development
1. Check if your Node.js version is >= 6.
1. Clone the repository.
1. Run `make build`
1. Load your extension on Chrome following:
1. Access `chrome://extensions/`
2. Check `Developer mode`
3. Click on `Load unpacked extension`
4. Select the `build` folder.
## Credits
* Chrome plugin based on awesome https://github.com/brunoluiz/grammarly-markdown-extension project!
* It uses the [chrome-extension-webpack-boilerplate](https://github.com/samuelsimoes/chrome-extension-webpack-boilerplate). It will run a webpack server, with hotreload, for your JS (whatever that means...)