All Projects → brunoluiz → grammarly-markdown-extension

brunoluiz / grammarly-markdown-extension

Licence: MIT license
🖋 Convert Grammarly to Markdown (browser extension)

Programming Languages

HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to grammarly-markdown-extension

quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (+182.61%)
Mutual labels:  webextension, webextensions, firefox-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (+1830.43%)
Mutual labels:  webextension, webextensions, firefox-extension
fb-post-screenshot
Firefox Web Extension to save Facebook posts as images
Stars: ✭ 18 (-21.74%)
Mutual labels:  webextension, webextensions, firefox-extension
yt-dislikes-viewer
A browser extension that allows you to see dislikes on a youtube video after the youtube update
Stars: ✭ 291 (+1165.22%)
Mutual labels:  webextension, firefox-extension, chrome-extensions
scrobbly
↩️ Scrobble your animes to Anilist, Kitsu!
Stars: ✭ 23 (+0%)
Mutual labels:  webextension, firefox-extension
myNewTabWE
myNewTabMod这个扩展的WebExtension版本,由于API限制部分功能无法实现
Stars: ✭ 14 (-39.13%)
Mutual labels:  webextension, firefox-extension
web-extension-boilerplate
The web extension boilerplate help to set up project quickly using typescript, jest, webpack, githook, prettier and github actions
Stars: ✭ 35 (+52.17%)
Mutual labels:  webextension, firefox-extension
containers-sync
A webextension which would sync firefox containers across multiple devices.
Stars: ✭ 34 (+47.83%)
Mutual labels:  webextensions, firefox-extension
SixIndicator
SixIndicator is a WebExtension Plugin which indicates via an icon, if you are viewing the website with IPv6 or IPv4.
Stars: ✭ 17 (-26.09%)
Mutual labels:  webextension, webextensions
perfect-home
firefox newtab/home replacement
Stars: ✭ 101 (+339.13%)
Mutual labels:  webextension, firefox-extension
auto-click-auto-fill
Auto Click Auto Fill on any web page
Stars: ✭ 111 (+382.61%)
Mutual labels:  firefox-extension, chrome-extensions
Upvote-Anywhere
Upvote Anywhere Browser Extension
Stars: ✭ 339 (+1373.91%)
Mutual labels:  webextension, firefox-extension
tab-counter
A button badge that shows the number of tabs open in a window
Stars: ✭ 35 (+52.17%)
Mutual labels:  webextension, firefox-extension
2fa-notifier
2FA Notifier is a web extension that notifies users whether or not the sites they visit support two factor authentication (2FA).
Stars: ✭ 39 (+69.57%)
Mutual labels:  firefox-extension, chrome-extensions
LAN-port-scan-forbidder
Forbid untrusted webs to access localhost or LAN. An anti-scan protection 🛡️🏡
Stars: ✭ 53 (+130.43%)
Mutual labels:  webextension, firefox-extension
copy all tabs
Browser add-on to copy all URLs and titles from the open tabs in a browser window as a text list to the system clipboard. Links can also be pasted to a browser window to restore a list of tabs.
Stars: ✭ 21 (-8.7%)
Mutual labels:  webextension, firefox-extension
pontoon-addon
Tools for Pontoon and its integration into the browser.
Stars: ✭ 13 (-43.48%)
Mutual labels:  webextensions, firefox-extension
image-picka
A Firefox/Chrome extension helping you download images.
Stars: ✭ 114 (+395.65%)
Mutual labels:  webextension, firefox-extension
svelte-webext-storage-adapter
Svelte stores, backed up by chrome.storage
Stars: ✭ 18 (-21.74%)
Mutual labels:  webextension, firefox-extension
youtube-audio
Disable videos on Youtube saves resource usage (Youtube becomes audio only)
Stars: ✭ 13 (-43.48%)
Mutual labels:  webextension, firefox-extension

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].