🖋 Convert Grammarly to Markdown (browser extension)
In January 17 2022, Chrome Web Store will not accept Manifest V2 extensions anymore. As Firefox Manifest V3 is still not released, this extension is split in two branches:
main
: mirrors the latest version available (currentlyv2
)v1
: version using Manifest V2 APIsv2
: version using Manifest V3 APIs
Currently the changes only affect manifest.json
, so there shouldn't be any major differences.
This extension is available in the following stores:
- 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
. - Load your extension on Chrome following:
- Access
chrome://extensions/
- Check
Developer mode
- Click on
Load unpacked extension
- Select this folder
- Access
- If you are making changes on
js/content.js
, you might need to manually reload the extension