Grammarly Dark

A dark theme for Grammarly documents.

什么是Grammarly Dark?

Grammarly Dark是由Bart Zalewski开发的Chrome扩展程序,该扩展的主要功能是“A dark theme for Grammarly documents.”。

扩展截图

screenshot
screenshot
screenshot

下载Grammarly Dark扩展crx文件

下载Grammarly Dark扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Grammarly Dark Grammarly Dark
ID noojmhngiheennhgaffkfboanjpbkpep
官方URL https://chromewebstore.google.com/detail/grammarly-dark/noojmhngiheennhgaffkfboanjpbkpep
简介 A dark theme for Grammarly documents.
文件大小 13.82 KB
安装次数 28,116
当前版本 1.0.12
更新时间 2022-01-09
上架时间 2020-06-27
评分 4.07/5 共60次评分
开发者 Bart Zalewski
电子邮箱 [email protected]
付费类型 free
扩展官网 https://grammarlydark.netlify.app/
支持的语言 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"
    }
}