Grammarly Dark

A dark theme for Grammarly documents.

Wat is Grammarly Dark?

Grammarly Dark is een Chrome-extensie ontwikkeld door Bart Zalewski, en de belangrijkste functie is "A dark theme for Grammarly documents.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Grammarly Dark

Download Grammarly Dark-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Grammarly Dark Grammarly Dark
ID noojmhngiheennhgaffkfboanjpbkpep
Officiële URL https://chromewebstore.google.com/detail/grammarly-dark/noojmhngiheennhgaffkfboanjpbkpep
Beschrijving A dark theme for Grammarly documents.
Bestandsgrootte 13.82 KB
Aantal Installaties 28,116
Huidige Versie 1.0.12
Laatst Bijgewerkt 2022-01-09
Publicatiedatum 2020-06-27
Beoordeling 4.07/5 Totaal 60 Beoordelingen
Ontwikkelaar Bart Zalewski
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://grammarlydark.netlify.app/
Ondersteunde Talen 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"
    }
}