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
Eメール [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"
    }
}