๐ Convert Grammarly to Markdown (browser extension)
- Open any document in Grammarly -- URL might be
https://app.grammarly.com/ddocs/* - Click on the extension button on the toolbar
- It will be copied to your clipboard
- Profit ๐
- Check if your Node.js version is >= 6.
- Clone the repository.
- Run
npm install. - Run
npm run start - Load your extension on Chrome following:
- Access
chrome://extensions/ - Check
Developer mode - Click on
Load unpacked extension - Select the
buildfolder.
- Access
It uses the chrome-extension-webpack-boilerplate. It will run a webpack server, with hotreload, for your JS.