Grammarly Dark

A dark theme for Grammarly documents.

Grammarly Dark là gì?

Grammarly Dark là một tiện ích mở rộng Chrome được phát triển bởi Bart Zalewski, và tính năng chính của nó là "A dark theme for Grammarly documents.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Grammarly Dark

Tải xuống các tệp mở rộng Grammarly Dark dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Grammarly Dark Grammarly Dark
ID noojmhngiheennhgaffkfboanjpbkpep
URL Chính Thức https://chromewebstore.google.com/detail/grammarly-dark/noojmhngiheennhgaffkfboanjpbkpep
Mô tả A dark theme for Grammarly documents.
Kích Thước Tệp 13.82 KB
Số Lần Cài Đặt 28,116
Phiên Bản Hiện Tại 1.0.12
Cập Nhật Lần Cuối 2022-01-09
Ngày Phát Hành 2020-06-27
Đánh Giá 4.07/5 Tổng số 60 Đánh Giá
Nhà Phát Triển Bart Zalewski
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://grammarlydark.netlify.app/
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}