Skip to content

🖋 Convert Grammarly to Markdown (browser extension)

License

Notifications You must be signed in to change notification settings

brunoluiz/grammarly-markdown-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grammarly to Markdown extension

🖋 Convert Grammarly to Markdown (browser extension)

Version and branch details

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 (currently v2)
  • v1: version using Manifest V2 APIs
  • v2: version using Manifest V3 APIs

Currently the changes only affect manifest.json, so there shouldn't be any major differences.

Installing pre-packaged extension

This extension is available in the following stores:

Usage

  1. Open any document in Grammarly -- URL might be https://app.grammarly.com/ddocs/*
  2. Click on the extension button on the toolbar
  3. It will be copied to your clipboard
  4. Profit 🚀

Development

  1. Check if your Node.js version is >= 6.
  2. Clone the repository.
  3. Run npm install.
  4. Load your extension on Chrome following:
    1. Access chrome://extensions/
    2. Check Developer mode
    3. Click on Load unpacked extension
    4. Select this folder
  5. If you are making changes on js/content.js, you might need to manually reload the extension