Grammarly Dark

A dark theme for Grammarly documents.

What is Grammarly Dark?

Grammarly Dark is a Chrome extension developed by Bart Zalewski, and its main feature is "A dark theme for Grammarly documents.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Grammarly Dark Extension CRX File

Download Grammarly Dark extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Unofficial Grammarly dark theme. Ease your eyes while writing in the Grammarly app.

Grammarly Dark for Google Chrome provides a dark mode for the Grammarly app online.

The benefits of using this extension:
✔ Beautiful, dark color theme (not inverted colors)
✔ Reduces eye strain
✔ Get proper sleep at night
✔ Eliminate the harmful blue light
✔ Created by a web developer

How to use it?
1. Install
2. Log in to your Grammarly account and head to the dashboard.

Grammarly Dark is an open-source project, available on GitHub:
https://github.com/bartzalewski/grammarly-dark                    

Extension Basic Information

Name Grammarly Dark Grammarly Dark
ID noojmhngiheennhgaffkfboanjpbkpep
Official URL https://chromewebstore.google.com/detail/grammarly-dark/noojmhngiheennhgaffkfboanjpbkpep
Description A dark theme for Grammarly documents.
File Size 13.82 KB
Installation Count 28,116
Current Version 1.0.12
Last Updated 2022-01-09
Publish Date 2020-06-27
Rating 4.07/5 Total 60 Ratings
Developer Bart Zalewski
Email [email protected]
Payment Type free
Extension Website https://grammarlydark.netlify.app/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Grammarly Dark",
    "description": "A dark theme for Grammarly documents.",
    "version": "1.0.12",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.grammarly.com\/*",
                "https:\/\/account.grammarly.com\/*"
            ],
            "css": [
                "index.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}