Grammarly Dark

A dark theme for Grammarly documents.

Grammarly Darkคืออะไร?

Grammarly Dark เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bart Zalewski และคุณลักษณะหลักของมันคือ "A dark theme for Grammarly documents."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Grammarly Dark

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}